We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2f5af commit 744649eCopy full SHA for 744649e
library/trees/edge_cd.hpp
@@ -1,12 +1,12 @@
1
#pragma once
2
//! https://codeforces.com/blog/entry/104997
3
//! https://codeforces.com/blog/entry/120446
4
+//! https://codeforces.com/blog/entry/142176
5
//! https://youtu.be/wDwaMo5xa-k
6
//! @code
7
//! {
8
//! vector<vi> adj(n);
-//! edge_cd(adj, [&](
9
-//! const vector<vi>& adj,
+//! edge_cd(adj, [&](const vector<vi>& adj,
10
//! int cent, int split) {});
11
//! }
12
//! vector<basic_string<int>> adj(n);
0 commit comments