We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c5df2b commit 6d80318Copy full SHA for 6d80318
library/graphs/bridges_cuts/bcc_callback.hpp
@@ -7,7 +7,7 @@
7
//! UF uf(n);
8
//! bcc_callback(adj, [&](const vi& nodes) {
9
//! if (sz(nodes) == 2)
10
-//! return; // bridge assuming no multiple edges
+//! return; // is bridge assuming no multiple edges
11
//! for (int v : nodes) uf.join(v, nodes[0]);
12
//! });
13
//! vector<basic_string<int>> bridge_tree(n);
0 commit comments