Module segment_tree

Module segment_tree 

Source
Available on crate feature monoid only.

Modules§

index
iter

Structs§

SegmentTree
SegmentTree is a data structure for efficient range queries based on perfect binary tree. It requires the underlying operation on the data to form a Monoid.