From: zhouyuyang2002 <54274322+zhouyuyang2002@users.noreply.github.com> Date: Wed, 28 Aug 2019 03:28:01 +0000 (+0800) Subject: Update docs/graph/mst.md X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c02306157d76f90f1d186485652bbcd918b3bf50;p=oi-wiki%2Fmain.git Update docs/graph/mst.md Co-Authored-By: ouuan --- diff --git a/docs/graph/mst.md b/docs/graph/mst.md index 3d7602d3..891b7b74 100644 --- a/docs/graph/mst.md +++ b/docs/graph/mst.md @@ -491,7 +491,7 @@ int main() { 也就是说,我们需要求最小生成树链上的 max。 -倍增,树剖都可以解决这里不再展开。 +倍增、树剖都可以解决,这里不再展开。 ## kruskal 重构树