Skip to content

Add Interval Tree #326

Open
Open
@Arvind-raj06

Description

@Arvind-raj06

Description of the problem

In computer science, an interval tree is a tree data structure to hold intervals. Specifically, it allows one to efficiently find all intervals that overlap with any given interval or point. It is often used for windowing queries,

Example of the problem

References/Other comments

https://en.wikipedia.org/wiki/Interval_tree

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions