Skip to content

Commit 8c87c46

Browse files
authored
add gotcha
1 parent d2998f9 commit 8c87c46

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/graphs/bridges_cuts/cuts_callback.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
//! cuts_callback(adj, [&](const vi& nodes) {
1010
//! });
1111
//! @endcode
12+
//! callback not called on components with a single node
1213
//! @time O(n + m)
1314
//! @space O(n + m)
1415
void cuts_callback(const auto& adj, auto f) {

0 commit comments

Comments
 (0)