README
Binary (back tracking) Sudoku solver meant to be really fast, written in C. Solves the worst-case scenario (according to Wikipedia) in 5 seconds on my machine. http://en.wikipedia.org/wiki/Sudoku_algorithms#Brute-force_algorithm
Binary (back tracking) Sudoku solver meant to be really fast, written in C. Solves the worst-case scenario (according to Wikipedia) in 5 seconds on my machine. http://en.wikipedia.org/wiki/Sudoku_algorithms#Brute-force_algorithm