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.
Hey, I had issues with that case at first as well, but remember the structure of the variables does not depend on any strings or integers within them. i.e ['[','s'] has the same structure as [1,2] if I am not mistaken. So the data types within the list actually do not matter, what does matter is the structure, i.e [] of the list. That case is used to invalidate string conversions of the entire list.
Fixed ruby tests to include only valid values.
Well, 8k is syntax knowledge and 7k is language api knowledge. Seems more like a 6kyu kata for me. But yeah we can agree on fact that 5k is overrated.
They probably marked it up in difficulty because there are no "run test" test cases at least for the ruby translation, but I agree with you. I think run test test cases should be added and this should moved to 7 or 8