1 个不稳定版本
使用旧的 Rust 2015
0.1.0 | 2017年9月14日 |
---|
#5 in #exact-cover
每月下载 21 次
在 tvis 中使用
11KB
235 行
dlx-rs
Knuth 的“跳舞链”算法的实现,用于解决精确覆盖问题。
用法
将此添加到您的 Cargo.toml
[dependencies]
dlx = "0.1.0"
并将其添加到您的 crate 根目录
extern crate dlx;
Knuth 的“跳舞链”算法的实现,用于解决精确覆盖问题
使用旧的 Rust 2015
0.1.0 | 2017年9月14日 |
---|
#5 in #exact-cover
每月下载 21 次
在 tvis 中使用
11KB
235 行
Knuth 的“跳舞链”算法的实现,用于解决精确覆盖问题。
将此添加到您的 Cargo.toml
[dependencies]
dlx = "0.1.0"
并将其添加到您的 crate 根目录
extern crate dlx;