Example & Tutorial understanding programming in easy ways.

What is non-linear data structure?

Non-Linear data structure:

-The Non-linear data structure does not form a sequence 

i.e. each item or element is connected with two or more other items in a non-linear arrangement. The data elements are not arranged in the sequential structure.


Example:

Tree,

Graph etc.

Read More →