Skip to content

APIs > lazysegtree > RAddMinQ

RAddMinQ

RAddMinQ[S: AddMonoid & LessThanComparable & Copyable & Movable](n: Int, MAX: S) -> LazySegTree[S, S]
RAddMinQ[S: AddMonoid & LessThanComparable & Copyable & Movable](v: List[S], MAX: S) -> LazySegTree[S, S]