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've responded with this multiple times but I don't understand what you mean by "don't mutate the input." Why would we be mutating the input?
Lol. Can't see my original post because I haven't solved the kata and it's marked as spoiler. Why doesn't codewars know I'm looking at my own comment? Sometimes this site is dumb. :)
This comment is hidden because it contains spoiler information about the solution
Execpt the instructions for the kata give the input restrictions as this:
Input: The input data consist of an array which contains five names, and a single integer n where 1 ≤ n ≤ 1000000000.
But then runs a test with 7230702951 - 6.2 billion places outside the scope.
This comment is hidden because it contains spoiler information about the solution
I'll leave this issue here just so folks can see it. The author has already acknowledged the issue (see the suggestions forum), but can't change it now that so many have already passed the kata.
Ah, should have viewed the questions before I submitted my issue (mine is simply a repeat of this).
This comment is hidden because it contains spoiler information about the solution