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