We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b4665 commit ed2680fCopy full SHA for ed2680f
1 file changed
library/trees/uncommon/ladder_decomposition.hpp
@@ -2,6 +2,7 @@
2
#include "../../../kactl/content/graph/BinaryLifting.h"
3
//! https://codeforces.com/blog/entry/71567#comment-559299
4
//! https://youtu.be/0rCFkuQS968
5
+//! https://codeforces.com/blog/entry/153250
6
//! @code
7
//! ladder ld(g);
8
//! ld.kth_par(u, k); // kth parent of u
0 commit comments