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.
C#: Actual and expected are swapped in random and sample tests
C Translation
This is my first attempt at a translation and I am not expert at C. Please be kind and tell me if I made any mistakes.
arrays of length 0 and 1 should be either tested or out of specs
Check out my Java translation.
Looks like there is a a bug with the FinalCase in C#. I'm getting the correct expected distance as I can see in my console log. Yet when I return that value, the test is saying my actual value is something else.
( JS )
Random tests are vulnerable to input modification.