nqueens 0.1.2

NQueens solver.
Documentation

NQueens Crates.io Build Status 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