You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: