blob: 8c2d0f514035c7977b2d7741bae60b37fe1e44e8 (
plain) (
blame)
1
2
3
4
|
An interval tree can be used to efficiently find a set of numeric
intervals overlapping or containing another interval. This library
provides a basic implementation of an interval tree using C++
templates, allowing the insertion of arbitrary types into the tree.
|