Skip to content

lloydmeta/nqueens-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 you want to solve for

About

Purely functional naive NQueens solver in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages