SegmentTree-0.3: Data structure for querying the set (or count) of intervals covering given point

SegmentTree-0.3: Data structure for querying the set (or count) of intervals covering given point

Segment Tree implemented following section 10.3 and 10.4 of Mark de Berg, Otfried Cheong, Marc van Kreveld, Mark Overmars "Computational Geometry, Algorithms and Applications", Third Edition (2008) pp 231-237

Modules