Skip to content

intervaltree

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.

homepage: https://github.com/ekg/intervaltree

version toolchain
0.1 GCCcore/10.2.0
0.1 GCCcore/10.3.0
0.1 GCCcore/11.2.0
0.1 GCCcore/11.3.0
0.1 GCCcore/12.2.0
0.1 GCCcore/12.3.0
0.1 GCCcore/9.3.0

(quick links: (all) - 0 - a - b - c - d - e - f - g - h - i - j - k - l - m - n - o - p - q - r - s - t - u - v - w - x - y - z)