Closed sozelfist closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.53%. Comparing base (
d5157e6
) to head (d601549
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Let's have a final look @vil02
Description
This PR implements the Knight's Tour algorithm in Rust, along with unit tests and documentation updates.
Type of change
Checklist :heavy_check_mark:
cargo clippy --all -- -D warnings
just before my last commit and fixed any issue that was found.cargo fmt
just before my last commit.cargo test
just before my last commit and all tests passed.mod.rs
file within its own folder, and in any parent folder(s).DIRECTORY.md
with the correct link.COUNTRIBUTING.md
and my code follows its guidelines.Additional Notes :pencil2:
This PR includes comprehensive unit tests for the Knight's Tour algorithm, covering various edge cases and scenarios. Additionally, the algorithm is well-documented to help users understand its functionality and usage.