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 bc96c77 commit 438ec63Copy full SHA for 438ec63
README.md
@@ -1,10 +1,10 @@
1
-# 算法模板(Java版)
+# 算法模板(Python版-杀穿!)
2
3
> 本项目内容主要参考[算法模板](https://github.com/greyireland/algorithm-pattern),在此感谢原作者的整理与贡献
4
5
在原项目的基础上,尽量保持了原有的结构划分,并做了一点微小的工作:
6
7
-- 代码改写为`java`语言版本
+- 代码改写为`python`语言版本
8
- 调整内容,新增了几种算法
9
- 补充部分[leetcode中国站](https://leetcode-cn.com/)的题目链接
10
- 书籍链接:[GitBook](https://chienmy.gitbook.io/algorithm-pattern-java/)
0 commit comments