Skip to content

Commit c636328

Browse files
authored
更正文件名
1 parent 69f6ea3 commit c636328

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
@@ -1,10 +1,10 @@
11
# Algorithms
22
这里有各种算法的C++代码,任何人可以在自己的任何程序中使用,欢迎大家指出代码中的错误以及有待改进的地方。
33
## *Index*
4-
| Contents | FileName |
4+
| Contents | FileName(.cpp) |
55
|:-------- | --------:|
6-
| 广度优先搜索 | BFS |
7-
| 深度优先搜索 | DFS |
6+
| 广度优先搜索 | Breadth-First-Search |
7+
| 深度优先搜索 | Depth-First-Search |
88
| 并查集 | Disjoint-Set-Union |
99
| 字符串匹配(KMP) | Knuth-Morris-Pratt |
1010
| 最小公共祖先(Tarjan) | Least-Common-Ancestor(Tarjan) |

0 commit comments

Comments
 (0)