-
Notifications
You must be signed in to change notification settings - Fork 269
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
feature:Added IntervalTree DataStructure #337
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #337 +/- ##
=============================================
- Coverage 98.550% 97.928% -0.622%
=============================================
Files 25 26 +1
Lines 3243 3380 +137
=============================================
+ Hits 3196 3310 +114
- Misses 47 70 +23
|
Are you participating through any open source program? Please mention in the comments below. |
yes I am participating through Swoc |
@komal3120 I see that you are working on your master branch. It is suggested to create a new branch and make a PR, Refer to this: https://support.atlassian.com/bitbucket-cloud/docs/check-out-a-branch/. You can follow this in your upcoming PRs. |
@komal3120 Are you still working on this? |
yes |
I am working on this under GSSoC'21. |
References to other Issues or PRs or Relevant literature
Fixes #326
Brief description of what is fixed or changed
Added Interval Tree and following Operations
Other comments