Sudoku solver

Sudoku is a puzzle constructed by a grid of 3 * 3 blocks, which each contain another 3 * 3 cells. The cells are partially filled with numbers from 1 to 9. The goal is now to fill in numbers into the rest of the cells such that no number appears twice in the same row, in the same column or in the same block. The form below can be used to solve a sudoku puzzle. You fill in the known numbers and click on the "sudoku !" button and the script will try to solve the puzzle for you. If the script fails to solve the sudoku then it either timed out or the sudoku can't be solved. If there is more than one solution the program will display one of them.

Enjoy !

number of values:
number of block columns:
number of block rows:
number of cell columns:
number of cell rows:

This script was written by Winfried Meining - last modified 18 June 2006