glad someone mentioned it. there is no point in NOT brute forcing a problem such as this when it doesn't really take all that much brute force to begin with. What good is a sudoku solving algorithm? Algorithm's are to eliminate the need for brute force when brute force would take too long/require too much resources.
Hmm.. good point. I didn't really consider brute force to be viable.
Is it actually necessary on some of the harder puzzles? Or can they be deduced solely using logic and without 'guessing'?
I'm not positive because I don't really play the puzzles a lot. But i think some of them require mentally filling in a space and seeing if it leads to a contradiction.
http://norvig.com/sudoku.html