Skip to content

Commit 570c9bb

Browse files
authored
shorten again
1 parent 5e69e76 commit 570c9bb

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 c) {});
5+
//! vi p = cd(g, [&](int c) {});
66
//! @endcode
77
//! @time O(n log n)
88
//! @space O(n)

0 commit comments

Comments
 (0)