Cracking the Coding Interview 6th Ed. Python Solutions
Cracking the Coding Interview 6th Ed. Python Solutions
These are Python solutions for the book Cracking the Coding Interview, 6th Edition by Gayle Laakmann McDowell.
To run the programs, just use the python chapter_X/filename.py command.
To run the tests: pip install pytest and pytest
Contributions welcome! Please submit separate pull requests for each solution you work on.
In general solutions should fall into one of the following three categories:
If you want to do everything really well, here are some guidelines. Solutions should:
numpy)black code formatterfeature(C01_P04): added solution. The C01_P04
referring to Chapter 1, Problem 4. Look at our commit history for more examples:We'll still work with your contributions even if they don't follow these guidelines so don't let that stop you.
No open issues yet, or sync has not completed.