Skip to content

Commit bf98920

Browse files
authored
Update README.md
1 parent 5ee860f commit bf98920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
### 入门篇 🐶
2222

23-
- [使用 Python3 写算法题](./introduction/python.md)
24-
- [算法快速入门](./introduction/quickstart.md)
23+
- [使用 Python3 写算法题](./introduction/python.md)
24+
- [算法快速入门](./introduction/quickstart.md)
2525

2626
### 数据结构篇 🐰
2727

@@ -36,7 +36,7 @@
3636

3737
- [二分搜索](./basic_algorithm/binary_search.md)
3838
- [排序算法](./basic_algorithm/sort.md)
39-
- [动态规划](./basic_algorithm/dp.md)
39+
- [动态规划](./basic_algorithm/dp.md)
4040
- [图相关算法](./basic_algorithm/graph/)
4141

4242
### 算法思维 🦁

0 commit comments

Comments
 (0)