Which of the following is NOT a linear data structure ?
2025
Which of the following is NOT a linear data structure ?
Answer: D. Tree — Trees are hierarchical data structures and not linear, which aligns with the ground truth answer (Option 3: Tree) for the question asking which is NOT a…
- A.
Array
- B.
Linked List
- C.
Stack
- D.
Tree
Attempted by 1495 students.
Show answer & explanation
Correct answer: D
Trees are hierarchical data structures and not linear, which aligns with the ground truth answer (Option 3: Tree) for the question asking which is NOT a linear data structure.
Loading lesson…