Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
i see 0 in 5 raw
Please read this: https://docs.codewars.com/references/markdown/#code-block about how to post without losing formatting.
The blocks in that sudoku are wrong, the expected value (false) is ok. Not a kata issue.
Hi,
in final tests I've got valid board with invalid test expectation (false).
1 2 3 4 5 6 7 8 9
2 3 1 5 6 4 8 9 7
3 1 2 6 4 5 9 7 8
4 5 6 7 8 9 1 2 3
5 6 4 8 9 7 2 3 1
6 4 5 9 7 8 3 1 2
7 8 9 1 2 3 4 5 6
8 9 7 2 3 1 5 6 4
9 7 8 3 1 2 6 4 5
Oh my bad i thought the instruction said if it contains more than one zero it is invalid.
There is a 0 in the middle, not a kata issue.
The last example test expects false, but is a valid solution. If I change the example test to assertTrue, so that i can submit my code and acess the random tests, my code passes all the random tests. absolutley no reason the last grid should return false!
5 3 4 6 7 8 9 1 2
6 7 2 1 9 5 3 4 8
1 9 8 3 4 2 5 6 7
8 5 9 7 6 1 4 2 3
4 2 6 8 0 3 7 9 1
7 1 3 9 2 4 8 5 6
9 6 1 5 3 7 2 8 4
2 8 7 4 1 9 6 3 5
3 4 5 2 8 6 1 7 9