Skip to content

Commit 6a228f0

Browse files
authored
shorten
Fix comment syntax and update example usage.
1 parent 5964492 commit 6a228f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/trees/centroid_decomp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! https://codeforces.com/blog/entry/125866?#comment-1117826
33
//! @code
44
//! vector<basic_string<int>> g(n);
5-
//! vi par = cd(g, [&](int cent) {});
5+
//! vi par = cd(g, [&](int c) {});
66
//! @endcode
77
//! @time O(n log n)
88
//! @space O(n)

0 commit comments

Comments
 (0)