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.
nice
nice :D
.
No idea. I assume this method is around as fast, but I'm not interested in benchmarking. I suppose your proposed solution would work for bases other than 10, though.
There's gotta be a better way to do it then converting to string and back. Is that more effective then dividing n by 1,10,100,1000,etc to get the digits through math?