Skip to content

Commit 69610c4

Browse files
authored
Create index.md
1 parent 62b6751 commit 69610c4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/index.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# algorithms 概述
2+
3+
本站点是关于算法与数据结构的资源收集中心,把各种经典的算法和基础数据结构做了汇总与归类,便于初学者以及高级编程人员查阅。
4+
所有内容均经过自己加工与整理,确保可靠。希望每一个想学习编程的人能够有所收获。
5+
6+
## 十大经典排序算法
7+
[https://github.com/microwind/algorithms](https://github.com/microwind/algorithms)
8+
9+
## 基础数据结构详解
10+
[https://github.com/microwind/algorithms/tree/main/data-structure](https://github.com/microwind/algorithms/tree/main/data-structure)
11+
12+
## 字符串经典算法
13+
[https://github.com/microwind/algorithms/tree/main/string](https://github.com/microwind/algorithms/tree/main/string)
14+
15+
## 数值经典算法
16+
[https://github.com/microwind/algorithms/tree/main/number](https://github.com/microwind/algorithms/tree/main/number)
17+
18+
## 递归经典算法
19+
[https://github.com/microwind/algorithms/tree/main/recursion](https://github.com/microwind/algorithms/tree/main/recursion)
20+
21+
## 树形经典算法
22+
[https://github.com/microwind/algorithms/tree/main/tree](https://github.com/microwind/algorithms/tree/main/tree)

0 commit comments

Comments
 (0)