#Typesofdatastructure #datastructureslectures #datastructures

Types of Data Structures:- Data Structures are mainly classified into 2 types.
1. Linear Data Structures
2. Non Linear Data Structures
1.Linear Data Structures:- In linear data structures all the elements are organized in linear (sequential) fashion.
Eg:- Arrays, stacks, queues and linked list.

2.Non Linear Data Structures:- In Non linear data structures all the elements are organized in non linear (random) fashion.
Eg:- Trees, Graphs.