OSDN Git Service

依照 code review 中的建议进行修改
authorPinkRabbit <46786295+GitPinkRabbit@users.noreply.github.com>
Mon, 25 Jan 2021 07:31:12 +0000 (15:31 +0800)
committerGitHub <noreply@github.com>
Mon, 25 Jan 2021 07:31:12 +0000 (15:31 +0800)
删除「出现玄学错误」的表述。

docs/graph/block-forest.md

index 67ac22a..e3f0797 100644 (file)
@@ -351,7 +351,7 @@ int main() {
         
         需要注意的是查询时若 LCA 是方点,则还需要查 LCA 的父亲圆点的权值。
         
-        注意:圆方树点数要开原图的两倍,否则会数组越界,出现玄学错误
+        注意:圆方树点数要开原图的两倍,否则会数组越界。
         
     
     ??? mdui-shadow-6 "参考代码"