Closed sayshay closed 11 years ago
I have changed solution to wonky_coins: there was an extra if check, I removed it because generic recursion will reach base case and return the correct answer anyway. I tested it with specs
Thanks, this simplifies the solution :-)
I have changed solution to wonky_coins: there was an extra if check, I removed it because generic recursion will reach base case and return the correct answer anyway. I tested it with specs