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.
Yes, you can describe one of possible approaches this way, but this description is rather oversimplified and actual difficulty is in finding the next constellation to try.
For a 1000x1000 board my solution performs 400-600 checks in the most common case, sometimes it's 2k-4k checks (roughly 1 of 5 runs), and the most troublesome I got in a hundred of attempts was ~13k.
more awesome!
I had the same problem -- thanks for pointing it out!
awesome!