Home / Engineering / Data Structure and Algorithms (DSA) / Question

M

Mr. Dubey • 51.43K Points
Coach

Q.) 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
Correct answer : Option (D) - array implementation of linked list

Share

Discusssion

Login to discuss.