segmenttree
segmenttree copied to clipboard
A segment tree (interval tree) implementation in Python
segmenttree
This is a Python implementation of Segment tree.
See How to use it.