|
I have found the following Edge case:
Should it return False, in the same way this one does?:
Thanks! |
|
That will definitely return false because it does not meet the requirements of a standard Sudoku! You cannot have the same values in the same column, like 3, 3 1 etc. good luck |
|
You must not only check the rows and columns, but according to exercise statement you must also check that numbers are 1 to 3 for the first grid, or 1 to 4 for the second I won't give more hints at this point ;-) |
Please mark this question as answered!