最聪明的数独生成器

时间:2021-02-14 05:22:44
【文件属性】:
文件名称:最聪明的数独生成器
文件大小:6KB
文件格式:ZIP
更新时间:2021-02-14 05:22:44
Rust 最聪明的数独生成器 这个数独生成器足够聪明,可以检测生成的数独的难度。 构建并运行 # Run in debug mode cargo run # Run optimized release version cargo run --release # Run unit tests cargo test # Get unit tests coverage report rustup component add llvm-tools-preview cargo install grcov export RUSTC_BOOTSTRAP=1 export RUSTFLAGS= " -Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off " cargo clean cargo test grc
【文件预览】:
Smartest-Sudoku-Generator-main
----Cargo.toml(262B)
----.github()
--------workflows()
----Cargo.lock(3KB)
----src()
--------runner.rs(41B)
--------sudoku.rs(41B)
--------tree.rs(35B)
--------main.rs(82B)
--------runner()
--------tree()
--------sudoku()
----README.md(742B)
----.gitignore(24B)

网友评论