| Crates.io | algx |
| lib.rs | algx |
| version | 0.2.0 |
| created_at | 2023-08-31 20:52:07.874795+00 |
| updated_at | 2024-05-19 12:05:30.053203+00 |
| description | Implementation of Knuth's Algorithm X |
| homepage | https://github.com/urholaukkarinen/algx |
| repository | https://github.com/urholaukkarinen/algx |
| max_upload_size | |
| id | 960411 |
| size | 47,481 |
Rust implementation of Knuth's Algorithm X for solving the exact cover problem.
cargo add algx
See the Sudoku example.