sudoku icon indicating copy to clipboard operation
sudoku copied to clipboard

The Rust sudoku library

Results 4 sudoku issues
Sort by recently updated
recently updated
newest added

It's a common requirement to set the difficulty of the generated sudoku. Given that humans use other strategies than the very fast backtracking it's likely better to estimate difficulty by...

enhancement

Sudokus can be transformed in ways that do not affect the number of solutions or the applicability of solution strategies and thus their difficulty. One example is relabeling by switching...

enhancement

When the grid contains a cell with zero candidates (shown via `_` in a grid state print), `StrategySolver::parse_from_grid_state_str(string).to_string()` doesn't reproduce the original string. The update methods short circuit at some...

Hi! Thanks for beautiful crate! Is there any way to add support for pencilmark Sudoku? Are you planning to do that?