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.
This is a codewars problem that happens sometimes.
It can usually be solved by reloading the page. (Make sure you copy your solution code first, sometimes it disappears!)
Read more about 'Unknown Error' on the Codewars Wiki
Javascript last non-random test:
says [1,null,1,2,null,2,null] should stay as it is.
instead of [1,1,1,2,2,2,null] like in other tests.
example:
Random input: [3,null,null,4,3,null,3,4,null,null,2,2,null,null,null]
Test Passed: Value == [3,null,null,4,3,3,3,4,null,null,2,2,null,null,null] // note that input[5] changes
Seems like an error
I have problems with the kata tests.
The test returns Uknown error. I test the kata in Jsbin and works fine.
Any idea?
Please include Python3 ;D