Multiple choice technology

Linked List is an example of ...

  1. Linear Data structure

  2. Non-Linear Data Structure

  3. Both 1 & 2

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A linked list is a linear data structure because its elements are logically connected in a sequential order. Even though the memory allocation may be non-contiguous, the data traversal follows a single linear path.