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 think it would be good with some test cases where random numbers are inserted into the code so people can't map the input against the expected output.
C# translation kumited!
It is a really good Kata but I have found a flaw regarding the test cases for the Haskell version. My solution passed the Kata but when I tried
\[ x \] (x + 5) / (x - 1)
This applied to 3 should equal 4 but my solution returned 0 which means you don't have to push/pop arguments for division correctly. There should be test cases for that too!