[][src]Crate libpuri

Idiomatic rust competitive programming library.

Structs

LazySegTree

A segment tree that supports range query and range update.

SegTree

A segment tree that supports range query.

Traits

IntoIndex

Into inclusive start and exclusive end indices.

LazyAct

Trait that defines how a range update should be applied to a range property in the LazySegTree

Monoid

Trait for associative binary operations with an identity element.