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

Find overlapping timespans in a populated tree #132

Open Adeel-Abdullah opened 1 year ago

Adeel-Abdullah commented 1 year ago

Hey could someone suggest what is the recommended approach to find if there are any overlapping ranges in a tree that has already been populated?

snewell92 commented 7 months ago

See this suggestion, it will yield duplicate sets tho as written.