Crate libpuri

Crate libpuri 

Source
Expand description

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§

Act
Trait for an action of an algebraic structure on a set M
IntoIndex
Into inclusive start and exclusive end indices.
Monoid
Trait for associative binary operations with an identity element.