Skip to content

Add time complexities for IntervalMap functions #50

Description

@AliceRixte

It would be nice to have time complexities in the documentation every IntervalMapfunctions, as they differ from the complexities of Data.Map. For instance IntervalMap.insert is $O(n)$ contrarily to Map.insert which is $O(\log n)$.

I'm willing to do this work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions