Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Interval Tree #326

Open
Arvind-raj06 opened this issue Feb 6, 2021 · 5 comments · May be fixed by #337
Open

Add Interval Tree #326

Arvind-raj06 opened this issue Feb 6, 2021 · 5 comments · May be fixed by #337
Labels

Comments

@Arvind-raj06
Copy link
Member

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

@komal3120
Copy link

I want to try this.
Can I try???

@czgdp1807
Copy link
Member

Sure. Please read, https://github.com/codezonediitj/pydatastructs/wiki/Plan-of-Action-for-Adding-New-Data-Structures before starting to work on Interval trees.

@ainy-123
Copy link

I am GSSoC'21 participant and I want to contribute to this issue.
So,I am working on this as PR has the tag of "please take over".

@czgdp1807 czgdp1807 removed the level3 label Dec 5, 2021
@Rajveer100
Copy link
Contributor

Rajveer100 commented Feb 22, 2022

Hello, I would like to contribute to your project..since I have already made a C++(my custom made) Order Statistic tree...with fast times..so can also add interval trees..to it..for Python..

You can have a look in my templates section of my repository..

Have other various templates..which I have made in C++..can do them Python and contribute..to you..could you please assign me the task?

@czgdp1807
Copy link
Member

Please feel free to work on this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants