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.
Oh, Thank you, @Siddharth114! I have been saw that <3
it's not wrong
look at the extreme right column
Yep, see it now
the 3X3 grids also need to be alligned with 1-9 digits.
Thanks,
Guy
Because of this:
Great this was very helpful
BTW,
why this metrix should fail by the test?
[1, 2, 3, 4, 5, 6, 7, 8, 9],
[2, 3, 4, 5, 6, 7, 8, 9, 1],
[3, 4, 5, 6, 7, 8, 9, 1, 2],
[4, 5, 6, 7, 8, 9, 1, 2, 3],
[5, 6, 7, 8, 9, 1, 2, 3, 4],
[6, 7, 8, 9, 1, 2, 3, 4, 5],
[7, 8, 9, 1, 2, 3, 4, 5, 6],
[8, 9, 1, 2, 3, 4, 5, 6, 7],
[9, 1, 2, 3, 4, 5, 6, 7, 8]
Thanks,
Guy
Printing the input: https://docs.codewars.com/training/troubleshooting/#print-input
I'm failing one of the tests, but I cant see why it failed.
how can I see the failing test input?