Hello,
I have a very quick question regarding validating that my puzzles are solved correctly.
If I check that all the rows are unique, contain only the numbers 1-9 and don't have any duplicates. Then I do the same for all the columns. Do I need to do the same for the 3x3 boxes?
Shouldn't checking the rows and columns ensure that the boxes are also correct?