Data Structures
Data structures are ways of organizing and storing data so that they can be accessed and modified efficiently.
- Examples:
array: a fixed-size collection of elements of the same type- linked list
- Hash tables, also known as hash maps
- stacks and queues
- tree
- graph