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. When I did this kata in some of the other languages, I actually used base 4 instead because that made the regexp simpler.
Completely agree. God should be a function an not a class
Simple and elegant.
I like this approach. I was thinking about checking the binary pattern on the number but wasn't really sure how to implement it
I'm doing the kata using python and completely agree with you. The tests are not clearly defined on the specification. it should be more clear
Then it sounds like a good kata XD
Since this is still in beta, this kata is not yet rated. However, the current average rank is ~4kyu, so I doubt that it will be a 8kyu kata after its beta.
I think that recursion should not be on 8kyu level. It's a good kata but not for this level.
The exercise is interesting but the instructions are too vague. I ras the test and got an error because I needed to raise an exception when the type provided is not a list. I know it's logical but was not in the especification.