Multiple choice

Which of the following is not a type of linear data structure?

  1. Array

  2. Graph

  3. Linked List

  4. Stack

  5. Queue

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

Graph is a non-linear data structure where data is stored in hierarchical form.