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.
Almost duplicate of this
Duplicate of any other "compare the input to some fixed values" kata.
This comment is hidden because it contains spoiler information about the solution
Am i missing something with simple tests ?
`a=[ 13, 14, 15, 18 ]
b=[ 99, 84, 76, 55, 100 ]
c=[ 90, 87, 85, 97, 64 ]
Expected: '[14, 76, 85]', instead got: '[13, 55, 64]'`
The expected doe snot look correct to me...
Got this wird thing for all simple tests... However, all random tests are passing...
Please add random tests and example test cases, other than that it's good :)