Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 361 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 361 Bytes

Python Solutions to Cracking the Coding Interview, 6th Edition

This is a Python solutions for the book Cracking the Coding Interview, 6th Edition by Gayle Laakmann McDowell.

How to use?

To run the programs, just use the python ChapterX/filename.py command.

The test cases are included in the solution files.