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.
This is the most challenging kata ever. I always fall asleep
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
ah, you killed me
Cool, two good solutions for this problem. Thanks guys!
I would rate this solution, but the "wicked" button is missing :)
You didn't obfuscate it by hand, did you?
Oh... good point. Thanks. I had overseen that :)
Back to work.
Timed out? How?
I'm trying to solve the Kata in JS. The sample tests of the Kata are all passing ok, but the "Attempt" tests fail due to execution timing out.
I've successfully run the solution locally on inputs as large as 100 "A" characters, it takes 20ms on such a large input.
I've set my node environment to match the env on codewars - v8.1.3
The solution has no recursion at all.
Is there anything about the node env on codewars, that I should be aware of?
Thanks