[−][src]Crate dancing_links
Implementation of Dancing Links and Algorithm X for solving exact cover problems.
Modules
| grid | Dancing links |
| latin_square | A Latin square is a n × n array filled with n different symbols, each occurring exactly once in each row and exactly once in each column. |
| sudoku | A Sudoku puzzle is a
|
Structs
| Solver | Solver that iteratively returns solutions to exact cover problems. |
Traits
| ExactCover | An exact cover problem. |