We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e73e6a commit dcb95aaCopy full SHA for dcb95aa
README.md
@@ -1,5 +1,9 @@
1
# Python Solutions to *Cracking the Coding Interview, 6th Edition*
2
3
+This is a **Python** solutions for the book [Cracking the Coding Interview, 6th Edition](https://www.careercup.com/book) by *Gayle Laakmann McDowell*.
4
+
5
+## How to use?
6
7
To run the programs, just use the `python ChapterX/filename.py` command.
8
9
The test cases are included in the solution files.
0 commit comments