Skip to content

Commit 09f021b

Browse files
committed
actually that was wrong
1 parent 3adf9ff commit 09f021b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

library/graphs/bridges_cuts/bcc_callback.hpp

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,6 @@
2727
//! bridge_tree[uf.find(i)] += uf.find(v);
2828
//! }
2929
//!
30-
//! {
31-
//! // ********* IF NO MULTIPLE EDGES *********
32-
//! vector<vi> adj(n);
33-
//! vi cc_id(n);
34-
//! bcc_callback(adj, [&](const vi& nodes) {
35-
//! if (sz(nodes) == 2) {
36-
//! // nodes[0] <=> nodes[1] is a bridge
37-
//! return;
38-
//! }
39-
//! for (int v : nodes) cc_id[v] = nodes.back();
40-
//! });
41-
//! }
42-
//!
4330
//! vector<basic_string<int>> adj(n);
4431
//! vector<basic_string<int>> block_vertex_tree(2 * n);
4532
//! int bcc_id = n;

0 commit comments

Comments
 (0)