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.
Great, thanks. Can you just change 'definitiion' to 'definition' please :)
This comment is hidden because it contains spoiler information about the solution
whoops, accidentally submitted before I cleaned up my code!
I think you should specify whether or not we can assume that the given n and m are always non-negative integers. If not (for example if we're meant to deal with cases like n=4.5 or m=-7) then you should add test cases that check that 0 is returned.
This comment is hidden because it contains spoiler information about the solution
Just to be pedantic, I'd mention that you don't have to deal with numbers with decimal points too. Otherwise, great kata!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
not clear whether name can begin with lower case 'r'