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 don't do R, sorry. But are you sure your code is O(n)? Try posting it following this, and I (or someone else) will take a look at it.
^ That dictionary. You're passing
''
as a key to it.No, that's a problem with your code, not a kata issue. You're passing a key to the dictionary that doesn't exist.