List of data structures
Appearance
This is a list of data structures. For a wider list of terms, see list of terms relating to algorithms and data structures.
- Linear data structures
- List
- Hash table
- Stack (a.k.a LIFO Last in, first out)
- Queue (a.k.a FIFO First in, first out)
- Priority queue - sometimes implemented as a Heap, below
- Deque
- Buffer gap
- Graph data structures
- Adjacency list
- Graph-structured stack
- Scene graph
- Tree data structures
- Abstract data structures
- Associative array (also called map or dictionary)
- Frame
- Other data structures