TheAlgorithms / Rust

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

Implement n bits gray code #787

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.34%. Comparing base (84c4665) to head (0b0e30b). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #787 +/- ## ========================================== + Coverage 95.09% 95.34% +0.24% ========================================== Files 309 310 +1 Lines 22859 22689 -170 ========================================== - Hits 21738 21632 -106 + Misses 1121 1057 -64 ```

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