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

feat: Add btree with insertion, deletion, and search #703

Merged
merged 5 commits into from
Mar 13, 2024

Conversation

caojoshua
Copy link
Contributor

@caojoshua
Copy link
Contributor Author

Could I get a review for this?

Copy link

github-actions bot commented Mar 6, 2024

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.

@github-actions github-actions bot added the stale label Mar 6, 2024
@caojoshua
Copy link
Contributor Author

Ping to prevent PR from auto closing. Would still like reviews.

@github-actions github-actions bot removed the stale label Mar 7, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 92.11618% with 19 lines in your changes are missing coverage. Please review.

Project coverage is 86.58%. Comparing base (3f2fa29) to head (3db04ee).

Files Patch % Lines
structure/tree/btree.go 92.11% 10 Missing and 9 partials ⚠️
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.
📢 Have feedback on the report? Share it here.

raklaptudirm
raklaptudirm previously approved these changes Mar 7, 2024
@caojoshua
Copy link
Contributor Author

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.

@raklaptudirm
Copy link
Member

Seems you haven't formatted some of the changed files, please do so.

@raklaptudirm raklaptudirm merged commit 237d88f into TheAlgorithms:master Mar 13, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants