MindTheGap
01-20-2008, 12:55 PM
Recently, I have been interested in doing Sudoku puzzles. (I'm good at the easy ones, but no so good at the hard ones. ;) ) So I really want to create a C++ program to check if my Sudoku puzzle is finished or not ( Finished means 1-9 in all rows, columns, and 3x3 boxes).
So, if I have a multi-dimensional array (in this case 9x9), whats the best way to go about checking if it is done or not?
So, if I have a multi-dimensional array (in this case 9x9), whats the best way to go about checking if it is done or not?