Sudoku solver
29-Dec-2009
C code to read a 9x9 Sudoku puzzle on stdin. Recursively applies some rules to attempt to solve the puzzle. Does not apply a brute-force algorithm.
Originally written in response to the 16x16 Sudoku Puzzle that appeared in The Independent (there was no Guardian newspaper published that day).