Skip to content

Some of my implementations of "Cracking the coding interview" book, using Golang

License

Notifications You must be signed in to change notification settings

ThomasCaud/go-algorithms

Repository files navigation

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

About

Some of my implementations of "Cracking the coding interview" book, using Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published