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.
Examples and sample/fixed tests have a fixed depth (all arrays contains only numbers or only subarrays), but in random tests there are arrays with both numbers and subarrays.
Either use only fixed depth in random tests or add examples and fixed tests with multi-depth inputs.
hi,
unfortunately, that's a duplicate: https://www.codewars.com/kata/search/my-languages?q=rock%20paper
if you are interested in authoring, you should read the documentation about it before, to spare you this kind of situation.
about the tests, they are okayish but the error situation in the random test should be triggered by something more "random" (not always the same input, I mean)
cheers
Why is the whitespace after
k
removed? It's certainly not in between.No random tests.
Fixed tests are incorrect.
No sample tests.