In programming, the term data structure refers to a scheme for organizing related pieces of information. The basic types of data structures include:
files
lists
arrays
records
trees
tables
Each of these basic structures has many variations and allows different operations to be performed on the data.
files
lists
arrays
records
trees
tables
Each of these basic structures has many variations and allows different operations to be performed on the data.