| Seems fine to me. Just have it search each row/column linearly, and a mini search for each 3x3 square.
I actually wrote a sudoku app in java for fun awhile ago, but I actually built each puzzle from the start, and just saved the answer to compare too at the end, so I dont have it check the whole board. |