OP solved it, closing
This comment is hidden because it contains spoiler information about the solution
May be a bit late but it's because for each row/column, integer count starts from 1. So, for a row with only 1 integer, starting from 1, it should only contain the integer '1'.
Not an issue. A proper solution can pass the tests in ~20 milliseconds.
When y attempt a sudoku is [[2]] can anyone tell me why it should be False? and not True? and witch condition is the one ?
Ty in advance.
Loading collection data...
OP solved it, closing
This comment is hidden because it contains spoiler information about the solution
May be a bit late but it's because for each row/column, integer count starts from 1. So, for a row with only 1 integer, starting from 1, it should only contain the integer '1'.
Not an issue. A proper solution can pass the tests in ~20 milliseconds.
This comment is hidden because it contains spoiler information about the solution
When y attempt a sudoku is [[2]] can anyone tell me why it should be False? and not True?
and witch condition is the one ?
Ty in advance.