TheAlgorithms / Rust

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

Refactor Segment Tree Implementation #835

Closed sozelfist closed 1 month ago

sozelfist commented 1 month ago

Checklist:

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.43%. Comparing base (3422002) to head (46b3405). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #835 +/- ## ========================================== + Coverage 95.42% 95.43% +0.01% ========================================== Files 315 315 Lines 22806 22809 +3 ========================================== + Hits 21762 21768 +6 + Misses 1044 1041 -3 ```

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

sozelfist commented 1 month ago

Can you have a look, @vil02?