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.
Well, try to find how number base conversion works. From there, you should be able to do this kata.
If the base was limited from 2 thru 36, 7 would be reasonable. As it stands, this should be at least a 6.
What should I do when the base is greater than 36? I don`t understand :(