This is a Python solutions for the book Cracking the Coding Interview, 6th Edition by Gayle Laakmann McDowell.
To run the programs, just use the python ctci_solutions/chapter/filename.py command.
The test cases are included in the solution files.
My own solutions are in the folder my_solutions.