Cracking the Coding Interview Collection of all basic Problems and Data Structures
- Hash Tables
- Array Lists (python Lists)
- String Buffer (python strings)
- LinkedList
- Heap
- DFS
- BFS
- Dijiktra
- Prims
- Kruskals
- Sorting (quick,merge,bubble,insertion)
Bit Manipulation Singleton Design Pattern Tries Binary Search Factory Design Pattern Stacks Merge Sort Memory (Stack vs Heap) Queues Quick Sort Recursion Vectors / ArrayLists Tree Insert / Find / etc Big-O Time Some Useful links: 1: https://docs.python.org/3/tutorial/datastructures.html#