Question
Which data structure or concept is best described as a sequence of nodes with links to both the next and previous nodes?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Doubly Linked List
Explanation:
Doubly Linked List is a sequence of nodes with links to both the next and previous nodes.
This description distinguishes it from the other choices.
Leave a Reply