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.
Thanks!
no problem :D
This comment is hidden because it contains spoiler information about the solution
resolving (and seehere)
I would suggest giving an appropriate class name for the Java version, for example - class NthPower.
If you have a local collection of your own kata solutions (for example all solved kyu8), it comes into conflict with other code challenges where an author has declared the same name.
He is using Regex (Regular Expression) to match the conditions required. Regex is really powerful, but can be a pain in the ass to work with sometimes. But it's a clever solution :-)
Hi hondras,
Thanks for feedback.
I've added Note section to the kata description
Java "Hello world" shows incorect message.
In your case expected:11 actual:12
please check why your recursive function is called 12 times instead of 11. (add counter)
From the description
It looks like you are returning the Player instance itself and not it's
name
property.Duplicate issue. Also, fixed.
woops, thanks, that's fixed