Which of the following statement is true? Using singly linked lists and circular list, it is not possible to traverse the list backwards. - 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:
Data Structures Review — 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. - To find the predecessor, it is required to traverse the list from the first node in case of singly linked list.