2 unstable releases
0.2.0 | May 19, 2024 |
---|---|
0.1.0 | Aug 31, 2023 |
#815 in Algorithms
94 downloads per month
28KB
454 lines
algx
Rust implementation of Knuth's Algorithm X for solving the exact cover problem.
Quick start
cargo add algx
See the Sudoku example.
lib.rs
:
Implementation of Knuth's Algorithm X for solving the exact cover problem.
Dependencies
~0–1.7MB
~28K SLoC