Which of the following data structure is non- linear type?
A
Strings
B
Lists
C
Stacks
D
None of the above
Correct Answer: None of the above
In computer programming, a linear data structure is any data structure that must be traversed linearly. Examples of linear data structures include linked lists, stacks and queues.