LeetCode解题报告,记录自己的leetcode成长之路
LeetCode solutions, written in python and cpp
pip install -r requirements.txt
python problem.py <leetcode/lintcode> [-l java|cpp|python(default)] [-t]
# 例如(e.g.):
python problem.py https://leetcode.com/problems/online-stock-span/
python problem.py https://www.lintcode.com/problem/92 -l cpp
- 《算法技术手册》/ Algorithms in a Nutshell
- 《STL源码剖析》/ The Annotated STL Sources
- 《算法心得:高效算法的奥秘》/ Hacker's Delight, 2nd Edition
- 《数学之美》(A chinese version book by Doctor Wujun)
- 《编程之美 : 微软技术面试心得》(A chinese version book by Mircosoft Developers)
Status | List | Progress | Notes |
---|---|---|---|
[16%] | leetcode-discuss.md | 9/54 | - |
[21%] | leetcode-contest.md | 14/64 | - |
[43%] | leetcode-google.md | 204/471 | - |
[44%] | leetcode-75.md | 33/75 | - |
[50%] | leetcode-topics.md | 72/144 | - |
[85%] | leetcode-top-interview-150.md | 128/150 | - |
[87%] | grind169.md | 148/169 | - |
[88%] | neetcode150.md | 132/150 | - |
[93%] | grind102.md | 95/102 | - |
[96%] | grind75.md | 72/75 | - |
[99%] | leetcode-top-100-liked.md | 99/100 | - |
[✅] | 9c-advanced.md | 75/93 | 18 vips |
[✅] | 9c-dp.md | 42/45 | 3 vips |
[✅] | blind75.md | 77/77 | - |
[✅] | geekbang.md | 55/55 | - |
[✅] | leetcode101.md | 183/184 | 1 vip |
[🔲] | 9c-basic.md | 14/129 | 3 vips |
[🔲] | 9c-top.md | 5/48 | - |