Which of the following data structures are linear and which are non-linear? Classify Array, Linked List, and Tree.
Array and Linked List: linear; Tree: non-linear
Array and Linked List: non-linear; Tree: linear
Array, Linked List, and Tree: all linear
Array and Tree: linear; Linked List: non-linear

Data Structures and Algorithms Exercises are loading ...