What kind of linked list is best to answer questions like "What is the item at position n?"
A. Singly linked list
B. Doubly linked list
C. Circular linked list
D. Array implementation of linked list
Answer: Option D
Related Questions on Introduction to Data Structures
A. A collection of data values
B. A programming language
C. A set of algorithms
D. A way of organizing and storing data

Join The Discussion