Glossary

Data structure

A data structure is simply a method for organizing data abstractly, particularly as pertaining to computation. A huge variety of data structures exist, ranging from straightforward abstractions like strings, matrices, and graphs to more complicated structures like tries.

Wikipedia