We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e69e76 commit 570c9bbCopy full SHA for 570c9bb
1 file changed
library/trees/centroid_decomp.hpp
@@ -2,7 +2,7 @@
2
//! https://codeforces.com/blog/entry/125866?#comment-1117826
3
//! @code
4
//! vector<basic_string<int>> g(n);
5
-//! vi par = cd(g, [&](int c) {});
+//! vi p = cd(g, [&](int c) {});
6
//! @endcode
7
//! @time O(n log n)
8
//! @space O(n)
0 commit comments