, Data Structure
Data structure is a method to store data in a structured way so that it can
be created accessed and managed efficiently. Basically, it determines the
arrangement of data in computer memory.
Mainly specifies the following things:
Interface-The set of operations that a datastructure supports.
Implementation-Internal representation of datastructure.