3 个版本
使用旧的 Rust 2015
0.1.2 | 2017年9月18日 |
---|---|
0.1.1 | 2017年9月18日 |
0.1.0 | 2017年9月18日 |
#30 在 #高阶
10KB
202 行
NQueens
NQueens 求解器,用 Rust 编写。
亮点
- 速度较快
- 求解逻辑是纯函数,仅使用高阶函数
使用方法
cargoinstall 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
依赖项
~750KB