Which of the following statement is true? Using singly linked lists and circular list, it is not possible to traverse the list backwards. i) To find the predecessor, it is required to traverse the list from the first node in case of singly linked list.

🎲 Try a Random Question  |  Total Questions in Quiz: 87  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Advanced Data Structure — practice the complete quiz, review flashcards, or try a random question.


Which of the following statement is true? Using singly linked lists and circular list, it is not possible to traverse the list backwards. i) To find the predecessor, it is required to traverse the list from the first node in case of singly linked list.