Crates.io | nqueens |
lib.rs | nqueens |
version | 0.1.2 |
source | src |
created_at | 2017-09-18 13:25:31.005488 |
updated_at | 2017-09-18 14:00:57.087122 |
description | NQueens solver. |
homepage | |
repository | https://github.com/lloydmeta/nqueens-rs |
max_upload_size | |
id | 32153 |
size | 10,444 |
NQueens solver in Rust.
Highlights:
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