Skip to content

Shrink s_center with aggressive restructuring #6

Open
@chaimleib

Description

@chaimleib

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?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions