SudokuSolver icon indicating copy to clipboard operation
SudokuSolver copied to clipboard

C# Sudoku solver that uses human techniques; no brute-forcing.

Results 2 SudokuSolver issues
Sort by recently updated
recently updated
newest added

Hi, a very nice solver. Interesting because it applies those strategies. Visually appealing because it displays them and also shows what's going on in the grid. But unfortunately it got...

question

The following puzzle (currently named Unsolved - Incorrect 1.txt in the repo): ``` 1549----- -----41-- -6-75---9 -1---8--- 69---7-4- --5----37 -8-----1- ----3--68 ------5-- ``` Avoidable rectangle is applied (because other techniques...

bug