Skip to content

Commit 13e78aa

Browse files
committed
update: 计算几何, add: 字符串哈希
1 parent 864c580 commit 13e78aa

File tree

3 files changed

+473
-0
lines changed

3 files changed

+473
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,15 @@
1818
+ 线性求逆元 (1-n Inverse.cpp)
1919
+ 线性基 (Basis.cpp)
2020
+ 高斯消元 (Gaussian Elimination.cpp)
21+
+ 扩展欧几里得算法 (Exgcd.cpp)
22+
+ 平面计算几何 (Computational Geometry.cpp)
2123

2224
## 字符串 string
2325

2426
+ 前缀函数 (KMP.cpp)
2527
+ Manacher 算法 (Manacher.cpp)
2628
+ Trie (Trie.cpp)
29+
+ 字符串哈希 (String Hash.cpp)
2730

2831
## 杂项 various
2932

0 commit comments

Comments
 (0)