We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91f38b3 commit 0a5a61fCopy full SHA for 0a5a61f
1 file changed
library/graphs/bridges_cuts/cuts_callback.hpp
@@ -3,7 +3,7 @@
3
//! @code
4
//! {
5
//! vector<vector<int>> adj(n);
6
-//! cuts_callback(adj);
+//! cuts_callback(adj, [&](const vi& nodes) {});
7
//! }
8
//! vector<basic_string<int>> adj(n);
9
//! rep (i, 0, m) {
0 commit comments