We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb44b02 commit aba5e73Copy full SHA for aba5e73
library/graphs/bridges_cuts/bcc_callback.hpp
@@ -30,7 +30,8 @@
30
//! }
31
32
//!
33
-//! vector<basic_string<int>> adj(n), block_vertex_tree(2 * n);
+//! vector<basic_string<int>> adj(n);
34
+//! vector<basic_string<int>> block_vertex_tree(2 * n);
35
//! int bcc_id = n;
36
//! bcc_callback(adj, [&](const vi& nodes) {
37
//! for (int v : nodes) {
0 commit comments