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.
kill the system. I love it
Yes, it creates. But it drops input array setting copy of it to the numbers param. It possibly could also be considered as input array changing.
aren't they all O(N)?
can you inform me?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Yeah, I learned a lot since then. I'll resubmit it just for you <3
This comment is hidden because it contains spoiler information about the solution
Why? The input is copied.
Did you mean to comment on a different solution? This one creates a copy.
I know it's not supposed to be allowed, but I like this one a lot
Perhaps creating a copy of the array inside the function would have been better, correct?
splice
mutates the input, which is not allow by the description.Added
zeros(5)
in the tests ;-)