Multiple choice technology Linked List is an example of ... Linear Data structure Non-Linear Data Structure Both 1 & 2 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.