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.
Good kata. Additionally should be added a possibility of non repeating numbers in array to description.
This comment is hidden because it contains spoiler information about the solution
assert.deepEqual
should be usedNode 12. should be enabled
The description should state that numbers in the array will always be integers.
Duplicate of Moving Zeros To The End.
That one also does not have random tests :[ and only has JS, not Haskell ( yet ). It has a slew of other languages though.
There is a need to more test cases. I highly recommand adding a test for this one:
[10, 12, 8,8, 12, 12,8, 6, 4, 10, 10]
More tests needed.
CofeeScript translation Kumited! Please Accept :D
Needs random test cases
This comment is hidden because it contains spoiler information about the solution