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.
Specify that "starting from 0" does not mean the returned list starts with that
0
( it would make a lot of sense if it did actually ).Kata should have fixed tests as well as random tests. Submit tests should always include example tests. These things combine nicely. :]
( What you absolutely do not want is a solution that fails example tests but passes submit tests. )