We are living in an Information Age now what does that mean it simply means that everything around you it’s all about informing the IT industry
which you are working with its IT which is information technology right so what they need is information but we have to store that data somewhere right and that’s important to avoid data
how can you store that data because after that after processing that data you will get information right but how do you store that data no data can be of different type right it can be a normal data it can be a complex data so it’s all about how to store it.
The General definition of data structures is, A data structure is a data organization, and storage format that enables efficient access and modification.
There are different variations in data structures like,
(1) Linear data structures like Arrays,Linked Lists
(2) Advanced data structures like Segment Trees,Suffix Array and Trees etc
(3) Trees, Heaps, Graphs, Hashing are also some of the data structures which are more primarily used.
read more