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 approved.
Approved
This issue wasn't fixed: https://www.codewars.com/kata/59a2a3ba5eb5d4e609000055/discuss#59a5c2aedbe3b0bbce0000f8
The test is fine, it's your code that's returning
[1]
instead of[0, 1]
There is an issue with one of the tests
Should expect an array
[ 0, 1 ]
but that specific test expects[1]
insteadWhat makes you think there aren't?
fixed
approved
This comment is hidden because it contains spoiler information about the solution
merged
merged
This comment is hidden because it contains spoiler information about the solution
Quite interesting kata.
python new test framework + random tests are required. updated in this fork
added in latest fork
Loading more items...