Skip to content

David-Rodden/Cracking-the-Coding-Interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

📖Cracking the Coding Interview 💻

Cracking the Coding Interview is a book written by Gayle Laakmann McDowell. It gives a wide range of computer science-related problems to solve, dealing mostly in the realm of data structures and algorithms.

Here, you will find my solutions to these problems as I work through them.

There are three criteria I will follow when approaching a problem:

  • Reading the question carefully as to not miss any crucial information.
  • Working within the problem's given constraints.
  • Implementing a solution in a clear manner, applying proper variable names and adding comments where deemed necessary.
  • Implementing a solution with an ideal or reasonable time complexity.
  • Showcasing the class/method's usage within the chapter's TestingGrounds.

I own the 6th edition, which can be found here.

About

Working through all problems in Gayle Laakmann McDowell's "Cracking the Coding Interview"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages