In dictionaries:
hierarchical data structure
Organized data in parent-child relationships.
concrete data structure
Structured storage for specific data.
Data structure alignment
the way data is arranged and accessed in computer memory.
Passive data structure
In computer science and object-oriented programming, a passive data structure, also termed a plain old data structure or plain old data, is a record, in contrast with objects.
Persistent data structure
In computing, a persistent data structure or not ephemeral data structure is a data structure that always preserves the previous version of itself when it is modified.
Array data structure
Disjoint-set data structure
In computer science, a disjoint-set data structure, also called a union–find data structure or merge–find set, is a data structure that stores a collection of disjoint (non-overlapping) sets.
Linked data structure
In computer science, a linked data structure is a data structure which consists of a set of data records (nodes) linked together and organized by references (links or pointers).
more...