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.
What does this mean?
Please use a spoiler flag.
This comment is hidden because it contains spoiler information about the solution
python len is O(1) itself
I like the fact that this just takes O(1) instead of O(len(name))
+1 lkcelaks
[[]] The special case [[]] should be explicit in the kata description