Multiple choice

______________ is recognised as a non-linear data structure.

  1. Stack

  2. Queue

  3. Linked list

  4. Tree

  5. Array

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

Tree is recognised as a non-linear data structure as data is stored in it in random order.