File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 12
12
| 深度优先搜索 | Depth-First-Search |
13
13
| 并查集 | Disjoint-Set-Union |
14
14
| 最大流(Edmonds-Karp) | Edmonds-Karp |
15
+ | 欧拉函数 | Euler's-Totient-Function |
15
16
| 拓展欧几里得算法 | Extended-Euclid |
16
17
| 简单的快速幂 | Fast-Exponentiation |
17
18
| 树状数组 | Fenwick-Tree |
19
+ | 所有结点对之间的最短路径(Floyd) | Floyd-Warshall |
20
+ | 凸包算法(Graham扫描法) | Graham-Scan |
18
21
| 辗转相除法求最大公约数 | Greatest-Common-Divisor |
19
22
| 字符串匹配(KMP) | Knuth-Morris-Pratt |
23
+ | 最小生成树(Kruskal) | Kruskal |
20
24
| 最近公共祖先(Tarjan) | Least-Common-Ancestor(Tarjan) |
21
25
| 朴素的矩阵乘法 | Matrix-Multiplication(Naive) |
22
26
| 归并排序 | Merge-Sort |
23
27
| 最小堆 | Min-Heap |
24
28
| 乘法逆元 | Modular-Multiplicative-Inverse |
29
+ | 队列的基本操作 | Queue |
30
+ | 快速排序的优化版本 | Quick-Sort(Extra-Optimised) |
25
31
| 快速排序的随机化版本 | Quick-Sort(Randomized) |
26
32
| 快速排序 | Quick-Sort |
27
33
| 线段树维护区间最大值 | Segment-Tree(Maximum) |
34
+ | 线段树维护区间最小值 | Segment-Tree(Minimum) |
28
35
| 线段树维护区间和值 | Segment-Tree(Sum) |
29
36
| ST表 | Sparse-Table |
30
37
| 栈的基本操作 | Stack |
You can’t perform that action at this time.
0 commit comments