Skip to content

Commit a0dccd7

Browse files
committed
添加 LeetCode刷题资料
1 parent 210f898 commit a0dccd7

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

LeetCode/README.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
https://leetcode.com/
44

5+
**(推荐从中文网来刷)**https://leetcode-cn.com/problemset/all/
56

7+
注:推荐按tag来刷。如链表,二叉树,回溯,深度宽度优先遍历,图,贪心,动规,数组,哈希表……每个tag由easy到hard,每道题先自己思考,不会的参考了一个开源的解答或者参考Discuss或者博客。开始的时候自己独立思考的时间比较长,后来没了耐心,不会的题目就马上看解答了。
68

79
## TODO
810

@@ -13,30 +15,34 @@ https://leetcode.com/
1315

1416
### C/C++
1517

16-
**(推荐)**[haoel/leetcode](https://github.com/haoel/leetcode): 含原 LeetCode题目链接和 C++解决方案
17-
18-
**(推荐)**[soulmachine/leetcode](https://github.com/soulmachine/leetcode): 含有151道LeetCode题解(C++和JAVA编程语言实现),****[LeetCode题解(C++版).pdf](https://github.com/soulmachine/leetcode/raw/master/C%2B%2B/leetcode-cpp.pdf)
18+
- **(推荐)**[haoel/leetcode](https://github.com/haoel/leetcode): 含原 LeetCode题目链接和 C++解决方案
19+
- **(推荐)**[pezy/LeetCode](https://github.com/pezy/LeetCode): LeetCode solutions in C++ 11 and Python3
20+
- **(推荐)**[LeerCode题解](https://legacy.gitbook.com/book/siddontang/leetcode-solution/details):在线题解,分类别,且有PDF
21+
- **(推荐)**[soulmachine/leetcode](https://github.com/soulmachine/leetcode): 含有151道LeetCode题解(C++和JAVA编程语言实现),****[LeetCode题解(C++版).pdf](https://github.com/soulmachine/leetcode/raw/master/C%2B%2B/leetcode-cpp.pdf)
22+
- [zhuli19901106/leetcode-2](https://github.com/zhuli19901106/leetcode-2)
1923

2024
### Python
2125

22-
**(推荐)**[kamyu104/LeetCode](https://github.com/kamyu104/LeetCode): Python / C++ 11 Solutions of All LeetCode Questions
23-
24-
[LeetCode](https://github.com/apachecn/LeetCode) : LeetCode 面试题(中文讲解)
25-
26-
[LeetCode](https://github.com/pezy/LeetCode): LeetCode solutions in C++ 11 and Python3
27-
28-
[LeetCode10Py](https://github.com/veroyatnost/LeetCode10Py): 旨在用10行Python代码解决问题
26+
- **(推荐)**[kamyu104/LeetCode](https://github.com/kamyu104/LeetCode): Python / C++ 11 Solutions of All LeetCode Questions
27+
- [LeetCode](https://github.com/apachecn/LeetCode) : LeetCode 面试题(中文讲解)
28+
- [pezy/LeetCode](https://github.com/pezy/LeetCode): LeetCode solutions in C++ 11 and Python3
29+
- [LeetCode10Py](https://github.com/veroyatnost/LeetCode10Py): 旨在用10行Python代码解决问题
2930

3031
### JAVA
3132

32-
[leetcode](https://github.com/gouthampradhan/leetcode): JAVA实现了LeetCode题解,但木有原题目链接
33+
- [leetcode](https://github.com/gouthampradhan/leetcode): JAVA实现了LeetCode题解,但木有原题目链接
3334

3435

3536

3637
## Tutorials
3738

38-
(官网刷题)https://leetcode.com/
39+
- (官网刷题)https://leetcode.com/
40+
- (官网中国区刷题)https://leetcode-cn.com/
41+
- (在线题解,含PDF)[LeerCode题解](https://legacy.gitbook.com/book/siddontang/leetcode-solution/details)
42+
43+
### 刷题指南
44+
45+
[知乎LeetCode话题](https://www.zhihu.com/topic/19925162/hot)
3946

40-
(官网中国区刷题)https://leetcode-cn.com/
47+
[Leetcode 分类顺序表](https://cspiration.com/leetcodeClassification)
4148

42-
(在线题解)[LeerCode题解](https://legacy.gitbook.com/book/siddontang/leetcode-solution/details)

0 commit comments

Comments
 (0)