Which of the following is a non-linear data structure?
2017
Which of the following is a non-linear data structure?
- A.
Tree
- B.
String
- C.
Queue
- D.
Stack
Attempted by 2137 students.
Show answer & explanation
Correct answer: A
Correct Answer: Tree Explanation: A tree is a non-linear data structure because its elements are arranged hierarchically rather than sequentially.