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 meet the same error.
Don't mutate the original array.
There is no issue, there is a trick, very nice and shiny :)
I have the same problem in Javascript. I don't know what's failing, everything should work just fine
I run into exactly the same problem. It's the same sequence as well
Log
Tests 1,1,0,0 ==> 12
✘ Expected: 3, instead got: 12
right...
Your random tests just don't work
Tests 0,0,1,1 ==> 3
✘ Expected: 12, instead got: 3
3 is clearly correct, the test expects the wrong number. It would be great, if you could fix or let me fix that.