Modify notes readme

master
mbinary 2018-09-06 18:54:35 +08:00
parent 7e3583dbff
commit 0b1f116be9
2 changed files with 7 additions and 2 deletions

View File

@ -21,6 +21,8 @@ So,if you wannt to view the notes which contain latex math formulas and are in m
* [sort.md](./notes/sort.md)
* [tree.md](./notes/tree.md)
* [b-tree.md](./notes/b-tree.md)
* [graph](./notes/graph.md)
* [fibonacci-heap](./notes/fib-heap.md)
* [algorithm](./algorithm)
* [8Astar.py](./algorithm/8Astar.py)
* [cantor.cc](./algorithm/cantor.cc)

View File

@ -4,8 +4,11 @@
# 索引
* [.](.)
* [alg-general.md](./alg-general.md)
* [algorithm-general.md](./algorithm-general.md)
* [b-tree.md](./b-tree.md)
* [fib-heap.md](./fib-heap.md)
* [graph.md](./graph.md)
* [hashTable.md](./hashTable.md)
* [red-black-tree.md](./red-black-tree.md)
* [sort.md](./sort.md)
* [tree.md](./tree.md)
* [README.md](./README.md)