Data structure
A data structure is a format for data that clearly defines operations to retrieve, store and modify said data.
The most fundamental data structures are:
- Array
- Linked List
- Hash Table
- Stack
- Graph
- Tree
A data structure is a format for data that clearly defines operations to retrieve, store and modify said data.
The most fundamental data structures are: