Skip to content

Commit 30158ac

Browse files
committed
rename
1 parent b154937 commit 30158ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/data_structures_[l,r]/seg_tree_uncommon/min_left.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
int max_right(int l, int r, const auto& f) {
1+
int min_left(int l, int r, const auto& f) {
22
if (T x = s[r + n]; f(x))
33
while (l < r) {
44
int u = r + n, v = __lg(min(u & -u, r - l));

0 commit comments

Comments
 (0)