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.
Would you happen to have any solution for dealing with extra large numbers?
I am finding that the function gets fairly unpredictable if a number with more than 10 digits is passed.
I thought about adding a rule that would limit the user to less than 11 digits. Then the solution code would
have to include some sort of logic like:
But that seems fairly ugly. I tried to do some research to figure out a better way to deal with it but came up
empty handed. Any advice would be greatly appreciated.
Thanks again for the feedback guys really helpful!
I have added test cases and additional information for your suggestions:
I still have to figure out how to deal with extremely large numbers...
Thanks for the feedback and JS translation guys! I will add to the description later today.
I realized that I missplelled 'Nickels' (was Nickles) so I made that correction. Cheers!