We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778de19 commit 0319f8bCopy full SHA for 0319f8b
README.md
@@ -18,7 +18,7 @@
18
- [readthedoc 电子书下载](http://python-data-structures-and-algorithms.readthedocs.io/zh/latest/)
19
- [《开源一个 Python 算法和数据结构中文教程[视频]》](https://zhuanlan.zhihu.com/p/36038003) 视频讲解示例
20
21
-leetcode 实战教程:
+leetcode 实战教程(推荐):
22
23
如果您有一定的基础,只是想快速针对面试刷题,也可以直接参考笔者针对《剑指offer》和 leetcode 经典题目的 Python 刷题图解实战。
24
剑指offer/readme.md
@@ -0,0 +1,3 @@
1
+# 《剑指offer》题解
2
+
3
+你可以根据关键词搜索到 《剑指offer》上对应的 leetcode 题目。
0 commit comments