algx

Crates.ioalgx
lib.rsalgx
version0.2.0
sourcesrc
created_at2023-08-31 20:52:07.874795
updated_at2024-05-19 12:05:30.053203
descriptionImplementation of Knuth's Algorithm X
homepagehttps://github.com/urholaukkarinen/algx
repositoryhttps://github.com/urholaukkarinen/algx
max_upload_size
id960411
size47,481
Urho Laukkarinen (urholaukkarinen)

documentation

README

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.

Commit count: 4

cargo fmt