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.
You should check the each 3x3 square too!
There are already open issues about incomplete tests, there's no point in raising new ones.
(Nvm got it, thx!)
In c my solution was accepted, even if i checked only for blocks correctness,
{{1,2,3,1,2,3,1,2,3},
{4,5,6,4,5,6,4,5,6},
{7,8,9,7,8,9,7,8,9},
{1,2,3,1,2,3,1,2,3},
{4,5,6,4,5,6,4,5,6},
{7,8,9,7,8,9,7,8,9},
{1,2,3,1,2,3,1,2,3},
{4,5,6,4,5,6,4,5,6},
{7,8,9,7,8,9,7,8,9}}
should return false but my code returns true, in spite of this I passed all the tests.
please add check for row/column number repetition
Look at the last column of the first screenshot (btw, post them as formatted text ordered, not like that, it's hard to read).
In the second one, the blocks are wrong.
This is not a kata issue. A question maybe.
This comment is hidden because it contains spoiler information about the solution