TheAlgorithms / Rust

All Algorithms implemented in Rust
MIT License
22.21k stars 2.17k forks source link

Refactor Caesar Algorithm Implementation #717

Closed StPfeffer closed 4 months ago

StPfeffer commented 4 months ago

Description

Refactored the Caesar algorithm to handle larger inputs and rotations while preserving the existing code structure. Included additional tests for improved coverage.

Type of change

Checklist:

codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 94.79%. Comparing base (1020ea2) to head (44bdb8b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #717 +/- ## ========================================== + Coverage 94.77% 94.79% +0.02% ========================================== Files 298 298 Lines 22194 22261 +67 ========================================== + Hits 21035 21103 +68 + Misses 1159 1158 -1 ```

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