What is the difference between Linear and Non-Linear Data Structure?



Suraj Said

+0 -0

I. Linear Data Structure
1.It is a type data structure in which each data is connected to the front and behind to him in sequential manner.
2. Array, Linkedlist , Stack, Queue
II. Non Linear Data Structure
1.It is type of data structure in which element are connected into non-sequential and non-linear order.
2.Tree,Graph



Submit Your Response