Skip to content
giovannipessiva edited this page May 23, 2012 · 2 revisions

SudokuSolver 2 is a C++/Qt application to solve 9x9 sudokus with rational methods.

It can show the possible numbers using a basic or an advanced algorithm, and dinamically show if the sudoku is solvable with rational methods, if the last modification made the sudoku unsolvable, if it is correctly solved, using 4 smiley to distinguish there cases.

SudokuSolver is a graphical wrapper to the C program SudokuSolver, developed by me in 2010, which is capable of solving 4x4, 9x9, 16x16, 25x25 sudokus.

Clone this wiki locally