2 unstable releases

0.2.0 May 19, 2024
0.1.0 Aug 31, 2023

#745 in Algorithms

Download history 136/week @ 2024-05-16 14/week @ 2024-05-23 2/week @ 2024-06-06 2/week @ 2024-06-13

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