Skip to content

Btree implementation #6248

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

Merged
merged 10 commits into from
May 28, 2025
Merged

Btree implementation #6248

merged 10 commits into from
May 28, 2025

Conversation

skamble2
Copy link
Contributor

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

codecov-commenter commented May 25, 2025

Codecov Report

Attention: Patch coverage is 79.66102% with 36 lines in your changes missing coverage. Please review.

Project coverage is 73.99%. Comparing base (d23a0ec) to head (84ff238).

Files with missing lines Patch % Lines
.../com/thealgorithms/datastructures/trees/BTree.java 79.66% 27 Missing and 9 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6248      +/-   ##
============================================
+ Coverage     73.92%   73.99%   +0.07%     
- Complexity     5333     5346      +13     
============================================
  Files           676      677       +1     
  Lines         18475    18652     +177     
  Branches       3574     3621      +47     
============================================
+ Hits          13658    13802     +144     
- Misses         4267     4293      +26     
- Partials        550      557       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

skamble2 added 4 commits May 26, 2025 10:12
…s, deleting non existent keys, Handling empty tree and Inserting and deleting keys that cause multiple splits or merges
…s, deleting non existent keys, Handling empty tree and Inserting and deleting keys that cause multiple splits or merges
@siriak siriak merged commit 2320b46 into TheAlgorithms:master May 28, 2025
6 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.

4 participants