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.
I tried a solution with the incriment ++ operator (and no addition + operator) but it was rejected for using a +. So, apparently ++ isn't allowed either.
Mine is pretty my identical. The "" case is rediculous
My favorite answer to this kata! This is elegent, and efficient. I'm having a "why didn't I think of this" moment.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
It would be helpful to have more samples, especially input consisting of arrays of different sizes.
This comment is hidden because it contains spoiler information about the solution
So, essentially for each iteration the n becomes the resultant m of the last iteration?
Agreed, I have no clue what is being asked. Also... What does n represent? What does m represent? Does integral mean anti-derivative or a number that is an integer?
This comment is hidden because it contains spoiler information about the solution
expected input is not a string... as an int, "0222" would be 222, which returns proper result.
This is my favorite solution!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution