What are linear and non linear data structure?
Answers
Answered by
1
Answer:
A single level of elements is incorporated in the linear data structure. Conversely, non-linear data structure involves multiple levels. Examples of the linear data structure are array, queue, stack, linked list, etc. In contrast, tree and graph are the examples of the non-linear data structure.
Similar questions