NQueens Crates.io Build Status nqueens

NQueens solver in Rust.

Highlights:

Usage

cargo install nqueens

```shell USAGE: nqueens --n

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -N, --n The number of queens and side length of the board yo uwant to solve for ```