Expand description

Provided node implementations.

Structs

Implementation of the solution to the maximum subarray problem. It just implements Node.

Implementation of range min for generic type T, it implements Node, LazyNode and PersistentNode.

Implementation of range sum for generic type T, it implements Node, LazyNode and PersistentNode, as such it can be used as a node in every segment tree type.