Skip to content

Commit bdbfbc8

Browse files
authored
add source for the seg tree walk
1 parent f6d9886 commit bdbfbc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/data_structures_[l,r)/seg_tree.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
//! https://github.com/kth-competitive-programming/kactl/blob/main/content/data-structures/SegmentTree.h
3+
//! https://codeforces.com/blog/entry/118682
34
//! @code
45
//! tree st1(n, INT_MAX, ranges::min);
56
//! tree st2(n, INT_MAX, [&](int x, int y) -> int {

0 commit comments

Comments
 (0)