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.
fixed that, thank you!
less zero scores now
Description added
Oh I forgot to explain that it is only from left to right, I'll add that to the description
No, you're right! I changed it in the case sensitivity tests.
Thank you =)
Had a similar problem use JSON.parse(JSON.stringify(arr)) to hard copy the given array. If you change the given array the random test will get the changed array as an input
This comment is hidden because it contains spoiler information about the solution
Random Test don't work in javascript:
Given list of numbers isn't the same list the solution is based on. Given values are up to 10,000, values in the solution are most likely about 5000 as top value
Should be working now, just forgot to adjust the initial solution
OK, good point!
Changed it