segment-tree
Deterministic peak detection library for numerical data across 1D, 2D, and N-dimensional spaces.
A Segment Tree written in C as a Python module. Try it with pip install c-segment-tree!
A generic python3 implementation of segment tree and dual segment tree data structures. Supporting generic inputs and non-commutative functions.