TheAlgorithms / Rust

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

Refactor Maximum Subarray Implementation #777

Closed sozelfist closed 3 months ago

sozelfist commented 3 months ago

Checklist:

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 95.07%. Comparing base (2d2ffc4) to head (b1c20ac).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #777 +/- ## ========================================== - Coverage 95.08% 95.07% -0.01% ========================================== Files 309 309 Lines 22796 22780 -16 ========================================== - Hits 21675 21659 -16 Misses 1121 1121 ```

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

sozelfist commented 3 months ago

Let's have a look, @vil02.

sozelfist commented 3 months ago

Can you have a look and review this, @vil02?