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.
Try returning some arbitrary value which you know is incorrect (like a list with just 1 random number), and see if you get a message like
expected: your_wrong_output, but got: something_else
. I think the actual/expected values are flipped, because this case in the fixed tests is correct.Most probably, you're mutating the input and that affects the expected results.
Specify the language, please.
Looking at the kata completions I don't think there should be any issues with any of the kata versions.