[][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 for the relationship between two monoids in the LazySegTree

Monoid

Trait for associative binary operations with an identity element.