We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67be836 commit f1114fbCopy full SHA for f1114fb
1 file changed
library/trees/uncommon/linear_kth_par.hpp
@@ -1,5 +1,6 @@
1
#pragma once
2
//! https://link.springer.com/chapter/10.1007/978-3-032-29003-8_29
3
+//! https://codeforces.com/blog/entry/153250
4
//! @code
5
//! vector<basic_string<int>> g(n);
6
//! linear_kth_par kp(g);
0 commit comments