Skip to content

Commit c8b6d3a

Browse files
committed
📝 Writing docs.
1 parent d181e50 commit c8b6d3a

File tree

4 files changed

+23
-37
lines changed

4 files changed

+23
-37
lines changed

SUMMARY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Summary
2+
3+
* [自述](README.md)
4+
* [查找](docs/search/README.md)
5+
* [哈希表的查找](docs/search/hash-search.md)
6+
* [排序](docs/sort/README.md)
7+
* [冒泡排序](docs/sort/bubble-sort.md)
8+
* [快速排序](docs/sort/quick-sort.md)
9+
* [直接插入排序](docs/sort/insert-sort.md)
10+
* [希尔排序](docs/sort/shell-sort.md)
11+
* [简单选择排序](docs/sort/selection-sort.md)
12+
* [堆排序](docs/sort/heap-sort.md)
13+
* [归并排序](docs/sort/merge-sort.md)
14+
* [基数排序](docs/sort/radix-sort.md)
15+
16+
------
17+

book.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"gitbook": "3.2.2",
3-
"title": "algorithm-notes",
4-
"description": "算法+数据结构学习笔记",
3+
"title": "algorithm",
4+
"description": "算法+数据结构",
55
"author": "Zhang Peng",
66
"language": "zh-hans",
7-
"root": "./docs",
7+
"root": ".",
88
"links": {
99
"sidebar": {
10-
"algorithm-notes": "https://github.com/dunwu/algorithm-notes"
10+
"algorithm": "https://github.com/dunwu/algorithm"
1111
}
1212
},
1313
"plugins": [
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"edit-link": {
48-
"base": "https://github.com/dunwu/algorithm-notes/blob/master/docs/",
48+
"base": "https://github.com/dunwu/algorithm/blob/master/docs/",
4949
"label": "编辑此页面"
5050
},
5151
"github": {
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"tbfed-pagefooter": {
65-
"copyright": "Copyright © Zhang Peng 2016-2017",
65+
"copyright": "Copyright © Zhang Peng 2016-2018",
6666
"modify_label": "该文件上次修订时间:",
6767
"modify_format": "YYYY-MM-DD HH:mm:ss"
6868
}

docs/README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/SUMMARY.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)