We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2998f9 commit 8c87c46Copy full SHA for 8c87c46
1 file changed
library/graphs/bridges_cuts/cuts_callback.hpp
@@ -9,6 +9,7 @@
9
//! cuts_callback(adj, [&](const vi& nodes) {
10
//! });
11
//! @endcode
12
+//! callback not called on components with a single node
13
//! @time O(n + m)
14
//! @space O(n + m)
15
void cuts_callback(const auto& adj, auto f) {
0 commit comments