what is non Linear Data Structure ? Explain with Example
If the elements of a data structure are not stored in a sequential order, then it is a non-linear data structure. The relationship of adjacency is not maintained between elements of a non-linear data structure.
Traversing of data elements in one go is not possible. Ease of implementation is Complex , it involves Multiple level and Memory Utilization is Effective
Examples include trees and graphs.