Is your feature request related to a problem? Please describe.
In an effort to make things self contained, we should include reference data structures in the appendix. We need not include datastructures introduced and explained in the text (ring buffer for example)
Describe the solution you'd like
- Data Structures/ADT
- Linked List
- Skip List
- Max Heap
- Queue
- Stack
- Graphs
- LRU Cache
- Trees? Not sure about this one
- Hash Table
- Algorithms
- Cycle Detection (DFS)
- Hashing (Bucket/Segregated Lists)
Describe alternatives you've considered
Leaving it google-able is also an option
Additional context
Nope
Is your feature request related to a problem? Please describe.
In an effort to make things self contained, we should include reference data structures in the appendix. We need not include datastructures introduced and explained in the text (ring buffer for example)
Describe the solution you'd like
Describe alternatives you've considered
Leaving it google-able is also an option
Additional context
Nope