TheAlgorithms / Rust

All Algorithms implemented in Rust
MIT License
22.92k stars 2.24k forks source link

Improve binary search tree implementation #766

Closed DaevMithran closed 3 months ago

DaevMithran commented 4 months ago

Changes

Checklist:

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 93.65079% with 4 lines in your changes missing coverage. Please review.

Project coverage is 95.06%. Comparing base (3481e51) to head (d3192c5). Report is 26 commits behind head on master.

Files with missing lines Patch % Lines
src/data_structures/binary_search_tree.rs 93.65% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #766 +/- ## ======================================= Coverage 95.05% 95.06% ======================================= Files 307 307 Lines 22731 22734 +3 ======================================= + Hits 21607 21611 +4 + Misses 1124 1123 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 months ago

This pull request has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 3 months ago

Please ping one of the maintainers once you commit the changes requested or make improvements on the code. If this is not the case and you need some help, feel free to ask for help in our Gitter channel. Thank you for your contributions!