TheAlgorithms / Rust

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

Improve infix to postfix notation algorithm #772

Closed bgdnrvsky closed 3 months ago

bgdnrvsky commented 4 months ago

Description

Type of change

Please delete options that are not relevant.

Checklist:

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 97.72727% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.08%. Comparing base (b8fa915) to head (c61e3af).

Files Patch % Lines
src/math/infix_to_postfix.rs 97.72% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #772 +/- ## ========================================== + Coverage 95.06% 95.08% +0.01% ========================================== Files 309 309 Lines 22792 22789 -3 ========================================== Hits 21668 21668 + Misses 1124 1121 -3 ```

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

vil02 commented 3 months ago

~There was an update of clippy and some warnings become active. Could you just suppress them in Cargo.toml?~ Done in c61e3afe529bba719a2c48fd279119e5b3d39536.