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.
You give basically the entire algorithm to the user in the question initialization
The description is extremely vague and it isn't immediately obvious what the function's output should be
The sample tests are incorrect.
The actual tests only go up to 23 and hence no numbers that would return
Here is one!
appears.Also, there are no random tests.
Initial code can pass the kata.
Missing sample tests, and make sure you add random tests too.
It looks like you've included the solution in the starting code.
ReferenceError: assert is not defined