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.
This comment is hidden because it contains spoiler information about the solution
This is confusing in this problem but the starting point is in cartesian coordinates where 0,0 is the lower left corner; you are likely staring in the wrong place -- your output doesn't even put a 1 at (2,2) cartesian.
?
I had the same issue with my JS solution. I was missing a step.
I found the solution. Needed only to sort them in correct order... That's it... Thanks!
Look at the top of the page, 29 guys passed the Java kata.
the same issue in java:
Did anyone pass it in java?
like seriously, cant he just print the expected so that people can see where is the wrong part, sad life