Enumerate about the Data structure
An arrangement of data in memory locations to signify values of the carrier set of an abstract data type. Realizing computational mechanisms for performing operations of the type actually means finding algorithms that use data structures for the carrier set to implement the operations of ADT. And now it should be clear why we study data structures and algorithms together: to implement an ADT, we should find data structures to represent the values of its carrier set and algorithms to work with these data structures to implement its operations.