Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 513 Bytes

File metadata and controls

23 lines (20 loc) · 513 Bytes

Cracking the Coding Interview

Personal notes & code for the book Cracking the Coding Interview (6th edition) by Gayle Laakmann McDowell.

Chapters

  1. Arrays and Strings
  2. Linked Lists
  3. Stacks and Queues
  4. Trees and Graphs
  5. Bit Manipulation
  6. Math and Logic Puzzles
  7. Object-Oriented Design
  8. Recursion and Dynamic Programming
  9. System Design and Scalability
  10. Sorting and Searching
  11. Testing
  12. C and C++
  13. Java
  14. Databases
  15. Threads and Locks
  16. Moderate
  17. Hard