Skip to content

Commit 57cee5f

Browse files
committed
add gotcha
1 parent 010d3f6 commit 57cee5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/graphs/bridges_cuts/bcc_callback.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//! vector<pii> edges(m);
77
//! UF uf(n);
88
//! bcc_callback(adj, [&](const vi& nodes) {
9-
//! if (sz(nodes) > 2)
9+
//! if (sz(nodes) > 2) // assumes no multiple edges
1010
//! for (int v : nodes) uf.join(v, nodes[0]);
1111
//! });
1212
//! vector<basic_string<int>> bridge_tree(n);

0 commit comments

Comments
 (0)