Introduction - If you have any usage issues, please Google them yourself
Simple sudoku solver written in C, very fast for solvable games but sometimes loop for ages on unsolvable boards. Making it detect unsolvable boards faster is left as an exercise to the reader :)