OSDN Git Service

Update docs/graph/hld.md
authorYupeng Hou <houyupeng@ruc.edu.cn>
Wed, 25 Sep 2019 03:27:31 +0000 (11:27 +0800)
committerGitHub <noreply@github.com>
Wed, 25 Sep 2019 03:27:31 +0000 (11:27 +0800)
Co-Authored-By: ouuan <y___o___u@126.com>
docs/graph/hld.md

index cae1940..72cf6dc 100644 (file)
@@ -165,7 +165,7 @@ $$
 \end{array}
 $$
 
-链上的 DFN 序是连续的,可以使用线段树,树状数组维护。
+链上的 DFS 序是连续的,可以使用线段树、树状数组维护。
 
 每次选择深度较大的链往上跳,直到两点在同一条链上。