We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd8a5d commit 3dd3c19Copy full SHA for 3dd3c19
library/graphs/bridges_cuts/bcc_callback.hpp
@@ -23,7 +23,7 @@
23
//! vector<bool> seen(m);
24
//! bcc_callback(adj, [&](const vi& nodes) {
25
//! rep (i, 0, sz(nodes) - 1)
26
-//! for (auto [u, e_id] : adj_edge_ids[nodes[i]])
+//! for (auto [v, e_id] : adj_edge_ids[nodes[i]])
27
//! if (!seen[e_id]) {
28
//! seen[e_id] = 1;
29
//! // this edge is in the current BCC
0 commit comments