Open
Description
If many overlapping Intervals are inserted, the tree becomes the degenerate case of a single set containing all the intervals, making O(r_log n) search into O(r_n).
If no Intervals are added after initialization, issue #5 will resolve this.
This issue is about what happens after the tree is initialized and an overlapping Interval is being added.
Is it possible to rebalance in amortized O(log n) time when an overlapping Interval is inserted?