2 unstable releases

0.2.0 May 19, 2024
0.1.0 Aug 31, 2023

#815 in Algorithms

Download history 3/week @ 2024-06-08 1/week @ 2024-06-15

94 downloads per month

MIT/Apache

28KB
454 lines

algx

Latest version Documentation MIT Apache

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