TheAlgorithms / Rust

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

Refactor Ternary Search #815

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.38%. Comparing base (3139471) to head (ede7d6c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #815 +/- ## ======================================= Coverage 95.38% 95.38% ======================================= Files 311 311 Lines 22628 22625 -3 ======================================= - Hits 21583 21581 -2 + Misses 1045 1044 -1 ```

: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 on this one, @vil02?