File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ** 当前最新普通版发布版本为 ` v1.2.2 ` ** , ** 最新打印版发布版本为 ` v1.2.0 ` (总词数约10.0w(含代码))**
1+ ![ image-20220325120131181] ( img/image-20220325120131181.png )
2+
3+ ** 当前最新普通版发布版本为 ` v1.2.3 ` ** , ** 最新打印版发布版本为 ` v1.2.0 ` (总词数约10.0w(含代码))**
24
35成品为 ` template.pdf ` (移步 [ releases] ( https://github.com/lr580/algorithm_template/releases ) 查看/下载)
46
@@ -77,6 +79,11 @@ lr580's 算法模板
7779 Meissel-Lehmer算法
7880 拓展欧几里得定理
7981 取模公式
82+ 费马小定理
83+ 卢卡斯定理
84+ 欧拉定理
85+ 线性快速幂
86+ 威尔逊定理
8087 欧拉函数
8188 中国剩余定理
8289 BSGS
@@ -293,10 +300,21 @@ lr580's 算法模板
293300
294301## 更新日志
295302
303+ - 24/06/06 - 25/03/05 (` v.1.2.3 ` )
304+
305+ - 微加了如 bitset 等 STL 语法
306+
307+ - 微加了组合数概念边界定义
308+ - 修改了 pollard rho 模板代码 [ by NULL-SF] ( https://github.com/NULL-SF )
309+ - 微加了圆相交判定公式
310+ - 微加了Dijkstra朴素算法注释
311+ - 修正了排序不等式
312+ - 调整了取模公式内容和编排
313+
296314- 23/10-27 - 24/06/05 (` v1.2.2 ` )
297315
298316 - 添加了动态开点线段树模板
299-
317+
300318 - 微加了位运算语法应用
301319 - 添加了暴力 LCA
302320 - 微修了 Dijkstra 最短路应用例子表述错误、朴素法代码等
@@ -308,7 +326,7 @@ lr580's 算法模板
308326 - 修正了 Miller Rabin 素性测试复杂度
309327 - 微加了差分约束内容
310328 - 微修了 STL vector 语法表述错误
311-
329+
312330- 23/10/22 - 23/10/26 (` v1.2.1 ` )
313331
314332 - 重制了匹配问题等目录排版
You can’t perform that action at this time.
0 commit comments