TheAlgorithms / Rust

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

Improve Postfix Evaluation Implementation #790

Closed sozelfist closed 2 months ago

sozelfist commented 2 months ago

Checklist:

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 95.32%. Comparing base (b2acfd2) to head (03d6e1d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #790 +/- ## ========================================== - Coverage 95.33% 95.32% -0.01% ========================================== Files 310 310 Lines 22657 22631 -26 ========================================== - Hits 21600 21574 -26 Misses 1057 1057 ```

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

sozelfist commented 2 months ago

Can you have a look, @vil02?