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.
Your solution must not modify the original array.
In general, unless you're specifically told to modify an array that was passed as an argument, you shouldn't.
This comment is hidden because it contains spoiler information about the solution
Awesome. The biggest thing I learned is when you start to get frustrated, step away and look at it differently. This one was passing my 'limited' testing and failed the submit - so the more frustrated I got, the more 'hacked' my solution became. :)
Thanks for spending the time to explain and illuminate where I should have done things differently.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
It is inspiring to see solutions like this. It is also extrememly informative! Awesome.