Skip to content

Commit 2ea0c29

Browse files
authored
Merge pull request #362 from hitonanode/hotfix/block-cut-tree-doc
fix
2 parents 508c131 + 6579aeb commit 2ea0c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/extended_block_cut_trees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ for (auto [i, j] : bct.get_edges()) hld.add_edge(i, j);
5252
- [Block-cut tree - ei1333の日記](https://ei1333.hateblo.jp/entry/2020/03/25/010057)
5353
- [My Algorithm : kopricky アルゴリズムライブラリ](https://kopricky.github.io/code/GraphDecomposition/articulation.html)
5454
- [拡張 Block Cut Tree | cp_library](https://ssrs-cp.github.io/cp_library/graph/extended_block_cut_tree.hpp.html)
55-
- [Xユーザーの熨斗袋さん: 「G = (V, E) に対する Block Cut Tree、G の2-点連結成分全体を C として (V ⊔ C, {{v, c} | v ∈ c}) で定義すると扱いやすかったりする?」 / X](https://x.com/noshi91/status/1529858538650374144)
55+
- [Xユーザーの熨斗袋さん: 「G = (V, E) に対する Block Cut Tree、G の2-点連結成分全体を C として...](https://x.com/noshi91/status/1529858538650374144)

0 commit comments

Comments
 (0)