About

Sudoku Solver

This is a simple sudoku solver that solves a sudoku by using the backtracking algorithm.

You can enter values in the solver by clicking on the grid and then pressing 1 .. 9. Values can be removed by pressing the delete button. Press the solve button to start solving the sudoku. You can enable the delay to see how the backtracking process advances (this is only useful to demonstrate how backtracking works).

There are two built-in sudoku's which can be loaded by pressing the numeric pad buttons 1 or 2.

Installation

There is no installation step, you can start the sudoku solver by running SudokuSolver.jar from the zip file below.

Download

The sudoku solver can be downloaded here: SudokuSolver.zip

SudokuSolver (last edited 2009-08-25 18:58:29 by Peter)