What is data structure?
A data structure is a way of organizing data that considers not only the items kept, but also their relationship to each other.
Advance knowledge about the relationship among data items permits designing of efficient algorithms for the manipulation of data.