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.
done
Fixed in this fork
Fixed in this fork
Fixed in this fork
Added
Negative numbers are not tested in random tests of
Clojure
Elixir
Missed an edge case, thanks!
Your solution has a bug, it is not a kata issue.
Timeout for C#
Fun question
This comment is hidden because it contains spoiler information about the solution
Nice, I can see my mistake now. Thank you for taking the time to reply!
Your answers are wrong, for instance, you're returning 10 which ends with 0. These are the three sample tests your code is failing:
And the tests are fine.
I think this these test cases are wrong:
10 should equal 105
-10 should equal -105
201 should equal 2016
105, -105, and 2016 don't end with 0
Should correct the mention about the zero, its confusing since you expected us to validate it in the test...
Loading more items...