algx 0.2.0

Implementation of Knuth's Algorithm X
Documentation

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.