Sudoku
generator and routine for solutions
Martin-I. Trappe
(Dated: March 27, 2006)
Download: sudoku_gs.zip (51 KB)
Contents
The file sudoku_gs.zip provides a generator of sudoku problems as well as a solution engine.
The solution routine of the riddles is based on a random number generator which does not cover any possible
initial configuration of Sudoku problems but at least a few million ones.
The source code can be downloaded: sudoku.c (17 KB)
|