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.
Elegant solution. I'm ashamed with mine long and rigid approach.
Nice solution! Mine similar, however I've used regex.
Yeeees!
Same problem. Any hint how to resolve it?
Thank you for kata, ExaStencil! Well done. Frankly speaking it took me a while to solve it via googling. And as usual, at some point when you are desperate - you hate kata! And as a result want to downvote specific kata, however when I've solved it, I had quick senses of emotional catharsis! Definitely I've got some knowledge and experience. Cheers! P.s. it's 8 kyu kata!
Nice kata! Cheers!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I did the same. I guess it's a remnants of numerous attempts to return string. A bit later, when I realise that solution requires list, I've changed return string to list, however convertion of two parts remained.
This comment is hidden because it contains spoiler information about the solution