Multiple choice

Which of the following is an example of linear data structure?

  1. Linked list

  2. Binary tree

  3. Graph

  4. None of these

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

Linked lists are linear data structures where elements are arranged sequentially. Each node points to the next, forming a linear chain. Trees and graphs are non-linear as elements branch in multiple directions.