Sodoku puzzle solver

3 August 2005

Solves many of the easier sudoku puzzles and gives partial solutions for harder puzzles.



This program currently employs the following simple rules:
  1. Any row can contain only one of each digit
  2. Any column can contain only one of each digit
  3. Any of the nine 3x3 sub-grids must only contain one of each digit
  4. In any of the 3x3 sub-grids if there is only one possible value which could go in a cell, then place that value there.

Download Sudoku program (100k zip file)