Expand description
An interval tree implemented with a binary search tree.
Structsยง
- Interval
Tree - The interval tree storing all the underlying intervals.
- Interval
Tree Iter - An inorder interator through the interval tree.
An interval tree implemented with a binary search tree.