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
arrays of length 0 and 1 should be either tested or out of specs
Hi! The C# version of the assignment said array, the kata code uses the list.
LGTM, Approved!
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.
Scala translation
( JS )
Random tests are vulnerable to input modification.
.
Python fork
Repeated calculations occur.
Filtering distinct values first will improve the performance.
Hello,
I try to import the "itertools" package, but it doesn't work.
Anyone knows how to import packages in the "Solution" screen ?
Thanks
I think it is now.
I think you have some bug with FinalCase in C #
Loading more items...