In this tutorial you know the difference between Linear and Non-Linear Data Structure in C.
In this tutorial you know the difference between Linear and Non-Linear Data Structure in C.Linear data structure is linear if element is adjacent to each other. It has
exactly two
neighbors elements to which it is connected as its previous and next
member.
Array
Linked List
Stack
Queue
Non-Linear data structure is that if one element can be connected to more
than two
adjacent element then it is known as non-linear data structure.
Tree
Graph
In the next page you will see a list of program on each above topics.