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.
Haskell translation
Elixir translation ready for review and approval.
all languages but Fortran use strict comparison with floating-point numbers
fixed in C, C#, JavaScript
to fix: F#, Python
how can I access the given points? Are they tuple or what?
CW GitHub Wiki - Kata Best Practices - Testing
All language versions as of 08/04/2018 (JS, C# and F#) - Having only 5 fixed assertions in total for the Submit tests does not constitute full code coverage - please either increase the number of unique, distinct assertions (including any potential edge cases) to at least 20 or add 100+ random tests (or do both ;) )
This comment is hidden because it contains spoiler information about the solution