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.
Beta testers deemed it 7kyu aswel. It does seem a correct assessment of the difficulty of this task.
It was my first attempt at authoring, so I might have underestimated the difficulty!
Did you eliminated the server timeout error. I have been coding in javascript and I have the same error.
Most of the time though this issue is caused by inefficient algorithms.If you see this error multiple times you should try to optimize your code further.
because the "length" is not the number of segments, but the number of letters. So from B, with 1 letter, there's only one possible combination.
monotone number, all its digits are the same, like 1111 or 222.
No need. This was my first stab at a Java translation. Since it's broken, I've deleted the entire translation.
Which is an issue. Feel free to re-categorize. :-)
Btw, I would rather change the tests than the solution template or method signature.