Skip to content

Commit e1cb4d0

Browse files
authored
Update edge_disjoint_min_spanning_forests.md
1 parent e5cae37 commit e1cb4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

combinatorial_opt/edge_disjoint_min_spanning_forests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $n$ 頂点 $m$ 辺の重み付き無向グラフを入力として,辺を共
88

99
## アルゴリズムの概要
1010

11-
アルゴリズムの大枠は [Matroid union (マトロイドの合併) | cplib-cpp](https://hitonanode.github.io/cplib-cpp/combinatorial_opt/matroid_union.hpp) と同様.
11+
アルゴリズムの大枠は [Matroid union (マトロイドの合併) \| cplib-cpp](https://hitonanode.github.io/cplib-cpp/combinatorial_opt/matroid_union.hpp) と同様.
1212

1313
## 使用方法
1414

0 commit comments

Comments
 (0)