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.
zhiburt are you checking for am empty array? I just passed with GoLang.
Hey I also run into such an issue.
I did reset it didn't help.
I am confident to say that it's not an issue in my code.
Also I can state that the issue is not determenistic.
For example I've got an error on such data
[][]int{{165, 526}, {510, 397}}
.I created my own test with it and it works.
BTW: thanks for a great kata
You need to reset the trainer (doing so will erase your solution, so you should copy it beforehand).
The translator ignored the part of the description saying that
0x0
matrix is equivalent to[[]]
... Fixed.I have the same problem.
Investigating from side, I conclude the same thing.
Hope they will correct it