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.
Wow, I would never have thought of approaching it like this. Learned something new here, thank you!
The kata states: "size and number of ships may differ from version to version". In this case, there is a constant field size of 10 defined, which doesn't make this solution flexible for other fieldsizes. The same goes for the the board_sum constant.
I like it. Very nifty!
Wouldn't do such a thing at work though. 9/10 colleques won't understand what's happening.