-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
feat: Add btree with insertion, deletion, and search #703
Conversation
Could I get a review for this? |
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Ping to prevent PR from auto closing. Would still like reviews. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #703 +/- ##
==========================================
+ Coverage 86.33% 86.58% +0.24%
==========================================
Files 195 196 +1
Lines 6242 6483 +241
==========================================
+ Hits 5389 5613 +224
- Misses 721 730 +9
- Partials 132 140 +8 ☔ View full report in Codecov by Sentry. |
Code coverage helped me find bugs where root is null after deleting everything. Added a testcase to handle this case. This should also help with line coverage, but I'm not sure how to check that locally. |
Seems you haven't formatted some of the changed files, please do so. |
see https://en.wikipedia.org/wiki/B-tree