A data structure is a particular way of storing and organize data in a computer's memory so that it can be used efficiently. There are many ways to organized data. The logical and mathematical model of a particular organization of a data is called data structure.
The choice of a particular data model is depends on the two consideration.
The choice of a particular data model is depends on the two consideration.
- It must be rich enough in structure to mirror the actual relationships of the data in the real world.
- The structure should be simple enough that one can effectively process the that whenever necessary.
