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 are right that you normally wouldn't change the input vector. I wanted to keep it as simple as possible with this one, that's why I didn't make it constant. But I will change it :)
You are right. It should be fixed now... Thank you for telling me!
I have removed unnecessary test cases and added random cases. I also changed the sample test and added the one for one task. Is that what you meant?
I have added random test cases, thanks for the feedback!