TheAlgorithms / Rust

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

Refactor Segment Tree Recursive #841

Closed sozelfist closed 5 days ago

sozelfist commented 2 weeks ago

Checklist:

codecov-commenter commented 2 weeks ago

Codecov Report

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

Project coverage is 95.44%. Comparing base (41c76e4) to head (685b8b1). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #841 +/- ## ========================================== + Coverage 95.42% 95.44% +0.01% ========================================== Files 316 316 Lines 22754 22750 -4 ========================================== Hits 21713 21713 + Misses 1041 1037 -4 ```

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


🚨 Try these New Features:

sozelfist commented 2 weeks ago

Can you have a look, @vil02?

sozelfist commented 1 week ago

Can you review this PR @vil02?