Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 642 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 642 Bytes

Data structures and algorithms improvements, using Go language

Some of my implementations of the "Cracking the coding interview" book.

Data structures

  • ✓ 01 - Arrays and Strings
  • ✓ 02 - Linked Lists
  • ✓ 03 - Stacks and Queues
  • 04 - Trees and Graphs

Concepts and Algorithms

  • 05 - Bit Manipulation
  • 06 - Math and Logic Puzzles
  • 07 - Object-Oriented Design
  • 08 - Recursion and Dynamic Programming
  • 09 - System Design and Scalability
  • 10 - Sorting and Searching
  • 11 - Testing

Bonus

  • 15 - Threads and Locks
  • 16 - Additional Review Problems...Moderate
  • 17 - Additional Review Problems...Hard
  • 18 - Advanced Topics