3 releases
Uses old Rust 2015
0.1.2 | Sep 18, 2017 |
---|---|
0.1.1 | Sep 18, 2017 |
0.1.0 | Sep 18, 2017 |
#30 in #higher-order
10KB
202 lines
NQueens
NQueens solver in Rust.
Highlights:
- Fairly fast
- Solver logic is pure and uses just higher-order functions
Usage
cargo install nqueens
USAGE:
nqueens --n <n>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-N, --n <n> The number of queens and side length of the board yo uwant to solve for
Dependencies
~750KB