Interval Tree

Home > Computer Science > Algorithms and data structures > Tree Algorithms > Interval Tree

A data structure that stores intervals and allows for efficient queries of all the intervals that overlap with a given interval.