Skip to content

Commit 0b1f116

Browse files
committed
Modify notes readme
1 parent 7e3583d commit 0b1f116

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ So,if you wannt to view the notes which contain latex math formulas and are in m
2121
* [sort.md](./notes/sort.md)
2222
* [tree.md](./notes/tree.md)
2323
* [b-tree.md](./notes/b-tree.md)
24+
* [graph](./notes/graph.md)
25+
* [fibonacci-heap](./notes/fib-heap.md)
2426
* [algorithm](./algorithm)
2527
* [8Astar.py](./algorithm/8Astar.py)
2628
* [cantor.cc](./algorithm/cantor.cc)

notes/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44

55
# 索引
66
* [.](.)
7-
* [alg-general.md](./alg-general.md)
7+
* [algorithm-general.md](./algorithm-general.md)
8+
* [b-tree.md](./b-tree.md)
9+
* [fib-heap.md](./fib-heap.md)
10+
* [graph.md](./graph.md)
811
* [hashTable.md](./hashTable.md)
12+
* [red-black-tree.md](./red-black-tree.md)
913
* [sort.md](./sort.md)
1014
* [tree.md](./tree.md)
11-
* [README.md](./README.md)

0 commit comments

Comments
 (0)