We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986e467 commit 331fb87Copy full SHA for 331fb87
2 files changed
library/data_structures_[l,r]/linear_rmq.hpp
@@ -1,4 +1,5 @@
1
#pragma once
2
+//! https://codeforces.com/blog/entry/153134
3
//! https://codeforces.com/blog/entry/125371?#comment-1173604
4
//! @code
5
//! linear_rmq rmq1(a, less()); //right-most min
library/trees/linear_lca.hpp
@@ -1,5 +1,5 @@
-//! https://codeforces.com/blog/entry/125371
//! vector<basic_string<int>> g(n);
//! linear_lca llca(g);
0 commit comments