TheAlgorithms / Java

All Algorithms implemented in Java
MIT License
60.11k stars 19.4k forks source link

refactor: `BoardPath` #5431

Closed alxkm closed 2 months ago

alxkm commented 2 months ago

Class cleanup. Readability improvements. Added tests.

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 50.97%. Comparing base (c5b7281) to head (05503b9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5431 +/- ## ============================================ + Coverage 50.78% 50.97% +0.18% - Complexity 3138 3152 +14 ============================================ Files 523 523 Lines 15108 15104 -4 Branches 2874 2874 ============================================ + Hits 7673 7699 +26 + Misses 7114 7084 -30 Partials 321 321 ```

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