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.
I'm pretty sure you need to flag this as a spoiler, but I did it for you so no worries. :D
Hey Samfolo, I would just study a normal spiral (not jumping corner to corner) and this very similar to that, at least my solution was. Good kata
Do you mean you encountered a test case with
size=4
andmandatory position=c3
? I took some special precautions to not generate unsolvable cases and such situation should not happen, so if you confirm this indeed was your case, I will take a look at that.