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.
Thank you so much for your prompt! You've been very helpful to me. Otherwise, I would have spent a lot more time looking for the reason!
Greetings!
I have got this result:
[
[5, 6, 1, 8, 4, 7, 9, 2, 3],
[3, 7, 9, 5, 2, 1, 6, 8, 4],
[4, 2, 8, 9, 6, 3, 1, 7, 5],
[6, 1, 3, 7, 8, 9, 5, 4, 2],
[7, 9, 4, 6, 5, 2, 3, 1, 8],
[8, 5, 2, 1, 3, 4, 7, 9, 6],
[9, 3, 5, 4, 7, 8, 2, 6, 1],
[1, 4, 6, 2, 9, 5, 8, 3, 7],
[2, 8, 7, 3, 1, 6, 4, 5, 9] ]
It seems confined in the terms of Sudoku, but the site considers him incorrect. What do you advise me to do? Thanks!