What kind of linked list is best to answer question like “What is the item at position n?”

Q & ACategory: Data StructureWhat kind of linked list is best to answer question like “What is the item at position n?”
Admin Staff asked 4 years ago

What kind of linked list is best to answer question 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

1 Answers
Admin Staff answered 4 years ago

d) Array implementation of linked list