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 a frustrating kata indeed. And the complexity doesn't come from solving the issue but finding a solution that fits all the guidelines, which aren't discovered until the failed test messages are given.Please consider either mentioning the requisites in the actual problem description or refactoring "Anti-cheat" section.
This comment is hidden because it contains spoiler information about the solution
CoffeeScript translation
The best course of action is probably to drop the no loops / no recursion requirement altogether.
Re-raising because cliffstamp is incompetent:
Need better random tests. Currently it's very weak.
This comment is hidden because it contains spoiler information about the solution
One cannot use recursion to solve this kata, the description does not state that.
Running the code sometimes gives an error. In my case the first time I tried the code it gave an error bit the second time it passed. I suugest that you look into this
This comment is hidden because it contains spoiler information about the solution
Exact duplicate of this approved Kata in terms of the bug fix required to pass all the tests. This means that this Kata fails to teach novel content to the user undertaking it. The lack of novel content in a Kata as an Issue is recognised as an official CW stance.