TheAlgorithms / Rust

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

Refactor Z Algorithm #807

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.32%. Comparing base (596697c) to head (4aaa25e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #807 +/- ## ========================================== - Coverage 95.33% 95.32% -0.01% ========================================== Files 310 310 Lines 22493 22478 -15 ========================================== - Hits 21443 21428 -15 Misses 1050 1050 ```

: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?