We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4ed57 commit 4bc0d5dCopy full SHA for 4bc0d5d
library/graphs/bridges_cuts/bcc_callback.hpp
@@ -30,7 +30,7 @@
30
//! {
31
//! // ********* IF NO MULTIPLE EDGES *********
32
//! vector<vi> adj(n);
33
-//! vector<int> cc_id(n);
+//! vi cc_id(n);
34
//! bcc_callback(adj, [&](const vi& nodes) {
35
//! if (sz(nodes) == 2) {
36
//! // nodes[0] <=> nodes[1] is a bridge
0 commit comments