From 18a0e31ced360ede3d35fc4d9d01372a50090d83 Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Wed, 21 Aug 2019 19:33:29 +0800 Subject: [PATCH] Update mst.md --- docs/graph/mst.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/graph/mst.md b/docs/graph/mst.md index 46149a68..dad60681 100644 --- a/docs/graph/mst.md +++ b/docs/graph/mst.md @@ -287,8 +287,8 @@ Kruskal 算法中的「集合」,能否进一步优化? ```cpp #include #include - ``` - + + struct Edge { int x, y, z; }; -- 2.11.0