├── README.md ├── all-medium-problems.pdf ├── img.png └── leetcode-book.pdf /README.md: -------------------------------------------------------------------------------- 1 | # leetcode-book 2 | 3 | Well, there are many repos on leetcode solutions but I personally prefer reading them on [Sony DPT](https://www.amazon.com/Sony-DPT-RP1-13-Digital-Paper/dp/B072DXXXN1). 4 | 5 | So here is descriptions and solutions to all leetcode problems in python in a single 1985-page pdf. 6 | 7 | The original solution is obtained from [here](https://github.com/kamyu104/LeetCode-Solutions). If you find this helpful, please consider star the repo. I will gradually improve it (add difficult level, fix missing descriptions, etc) if people likes this. 8 | 9 | ![](./img.png) 10 | 11 | 12 | -------------------------------------------------------------------------------- /all-medium-problems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chen-Cai-OSU/leetcode-book/a7f9bf1795a687c6e396630f9f1622f370c6368e/all-medium-problems.pdf -------------------------------------------------------------------------------- /img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chen-Cai-OSU/leetcode-book/a7f9bf1795a687c6e396630f9f1622f370c6368e/img.png -------------------------------------------------------------------------------- /leetcode-book.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chen-Cai-OSU/leetcode-book/a7f9bf1795a687c6e396630f9f1622f370c6368e/leetcode-book.pdf --------------------------------------------------------------------------------