Linked List is a _____ data structure.
2018
Linked List is a _____ data structure.
- A.
Linear
- B.
Non-linear
- C.
Virtual
- D.
Imaginary
Attempted by 781 students.
Show answer & explanation
Correct answer: A
A linked list is a linear data structure because elements are arranged sequentially. Each node contains data and points to the next, forming a chain rather than a hierarchy.