This modules provides a data structure SegTree, the implementation of Segment Tree. This allows you that finding the monoid sum for the range in O(log n) time complexity.

Index

Type Aliases

Functions

Generated using TypeDoc