A
data structure is a specialized format for organizing and storing
data. General
data structure types include the array, the
file, the record, the table, the tree, and so on. Any
data structure is designed to organize
data to suit a specific purpose so that it can be accessed and worked with in appropriate ways.
read more >>