Skip to content

Commit fdbcad7

Browse files
authored
更新文件列表并更改表格样式
1 parent 8a16855 commit fdbcad7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
# Algorithms
22
这里有各种算法的C++代码,任何人可以在自己的任何程序中使用,欢迎大家指出代码中的错误以及有待改进的地方。
33
## *Index*
4-
| ---------------Contents--------------- | ---------------FileName--------------- |
5-
| -------------------------------------- | -------------------------------------- |
4+
| --------------------Contents-------------------- | --------------------FileName-------------------- |
5+
| ------------------------------------------------ | ------------------------------------------------ |
66
| 单源最短路径(Bellman-Ford) | Bellman-Ford |
77
| 广度优先搜索 | Breadth-First-Search |
88
| 冒泡排序 | Bubble-Sort |
99
| 深度优先搜索 | Depth-First-Search |
1010
| 并查集 | Disjoint-Set-Union |
1111
| 最大流(Edmonds-Karp) | Edmonds-Karp |
1212
| 拓展欧几里得算法 | Extended-Euclid |
13+
| 简单的快速幂 | Fast-Exponentiation |
14+
| 树状数组 | Fenwick-Tree |
1315
| 辗转相除法求最大公约数 | Greatest-Common-Divisor |
1416
| 字符串匹配(KMP) | Knuth-Morris-Pratt |
15-
| 最小公共祖先(Tarjan) | Least-Common-Ancestor(Tarjan) |
17+
| 最近公共祖先(Tarjan) | Least-Common-Ancestor(Tarjan) |
1618
| 朴素的矩阵乘法 | Matrix-Multiplication(Naive) |
1719
| 归并排序 | Merge-Sort |
1820
| 最小堆 | Min-Heap |
1921
| 乘法逆元 | Modular-Multiplicative-Inverse |
2022
| 快速排序 | Quick-Sort |
23+
| ST表 | Sparse-Table |

0 commit comments

Comments
 (0)