OSDN Git Service

Update mst.md
authorIr1dXD <sirius.caffrey@gmail.com>
Wed, 21 Aug 2019 11:33:29 +0000 (19:33 +0800)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2019 11:33:29 +0000 (19:33 +0800)
docs/graph/mst.md

index 46149a6..dad6068 100644 (file)
@@ -287,8 +287,8 @@ Kruskal 算法中的「集合」,能否进一步优化?
     ```cpp
     #include <algorithm>
     #include <cstdio>
-    ```
-
+    
+    
     struct Edge {
         int x, y, z;
     };