A data structure is a particular way of organizing data in a computer so that it can be used effectively.
Two Types of Data Structures
1) Primitive Data Structures
a) Integer
b) Float
c) Char
d) Pointer
2) Non-Primitive Data Structures
a) Linear Data Structures
i) Arrays
b) Non-Linear Data Structures
i) Trees
ii) Graphs
Some Common Operations on Data Structures are:
1. Traversing
2. Searching
3. Insertion
4. Deletion