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.
Fixed.
Then those katas are badly made, aren't they?
I am not sure this is an issue, there are lots of katas which say things like that but don't enforce them in the tests. It also would be fairly non-trivial because of the many ways you can do this in various languages.
Has description conflicts.
Wow, it was worse than I thought, the random tests were in the sample tests tab, disclosing the solution. Fixed.
No random tests in Ruby.
That's not tested at all in Python and Ruby (couldn't check it in Shell).
Last sample test for shell states
"Solution for parameter '1020'"
but it's actually testing1001
.Left padding zeros has no mathematical sense, it's ok like that.
Its broken in shell-- trailing zeros are deleted in the test cases. Is this intended?
So for example 12300 becomes 321.