3 releases

Uses old Rust 2015

0.1.2 Sep 18, 2017
0.1.1 Sep 18, 2017
0.1.0 Sep 18, 2017

#35 in #highlight

Download history 12/week @ 2024-02-23 8/week @ 2024-03-01 41/week @ 2024-03-29 12/week @ 2024-04-05

53 downloads per month

MIT license

10KB
202 lines

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

Dependencies

~435KB