Skip to content

Commit b067305

Browse files
committed
another fix
1 parent 3e87b94 commit b067305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/graphs/bridges_cuts/block_vertex_tree.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! {
55
//! vector<vector<pii>> adj(n);
66
//! auto [num_bccs, bcc_id, is_cut] = cuts(adj, m);
7-
//! vector<vi> bvt = block_vertex_tree(adj,
7+
//! auto bvt = block_vertex_tree(adj,
88
//! num_bccs, bcc_id);
99
//! }
1010
//! vector<basic_string<array<int, 2>>> adj(n);

0 commit comments

Comments
 (0)