Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 577 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 577 Bytes

Cracking the Coding Interview Collection of all basic Problems and Data Structures

  1. Hash Tables
  2. Array Lists (python Lists)
  3. String Buffer (python strings)
  4. LinkedList
  5. Heap
  6. DFS
  7. BFS
  8. Dijiktra
  9. Prims
  10. Kruskals
  11. 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#