chaimleib / intervaltree

A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.
Apache License 2.0
636 stars 108 forks source link

Method that returns intervals in a tree that contain a given interval #104

Open cmlsharp opened 3 years ago

cmlsharp commented 3 years ago

This seems like a useful method (I found use for it in a particular application) that as far as I can tell doesn't exist in the API. It isn't too hard to implement yourself but seems like a good quality-of-life improvement.