Skip to content

Commit 331fb87

Browse files
committed
add link to new blog
1 parent 986e467 commit 331fb87

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

library/data_structures_[l,r]/linear_rmq.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma once
2+
//! https://codeforces.com/blog/entry/153134
23
//! https://codeforces.com/blog/entry/125371?#comment-1173604
34
//! @code
45
//! linear_rmq rmq1(a, less()); //right-most min

library/trees/linear_lca.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
//! https://codeforces.com/blog/entry/125371
2+
//! https://codeforces.com/blog/entry/153134
33
//! @code
44
//! vector<basic_string<int>> g(n);
55
//! linear_lca llca(g);

0 commit comments

Comments
 (0)