Skip to content

Commit 2144b9c

Browse files
authored
fix incorrect docs
1 parent 81c98c2 commit 2144b9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/graphs/bridges_cuts/bcc_callback.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
//! @endcode
4141
//! callback not called on components with a single node
4242
//! @time O(n + m)
43-
//! @space O(n + m)
43+
//! @space O(n)
4444
void bcc_callback(const auto& adj, auto f) {
4545
int n = sz(adj), q = 0, s = 0;
4646
vi t(n), st(n);

0 commit comments

Comments
 (0)