Multiple choice

Which of the following data structures is non-linear?

  1. Queues

  2. Stacks

  3. Lists

  4. Tree

  5. _

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

Tree is a non-linear data structure containing zero or more nodes that are linked together in a hierarchical fashion.