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.
I have the exact same issue with failing tests 5, 14, and 15. I didn't know anything about upper limits of data types so I am going to research further to see if I can find anything. Did you figure this one out? I don't want the answer just any guidance in the right direction if you have it :-)
Issue
's are kata-related, for help with code usequestion
's. You should also format your code correctly because it's impossible to tell what your code looks like with whitespace.Not at all. You're not placing second char at the end of the word, and you're not keeping chars at the indices
[2; len(word)-2]
at their original place. Maybe there're more problems, but it's hard to work out what this unreadable code does.