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.
Very impressive. I've learned a TON from my insane attempt and then seeing this.
This was a DOOZY for me but glad I stuck with it. It really took my debugging skills to the next level.
This comment is hidden because it contains spoiler information about the solution
::slow clap::
Very nice!
(Just when I thought I was getting "clever"... genius codewarriors are always there to serve some humble pie ;)
iberryful & CodeChung I like your solutions. They hew to what I've learned from google's grasshopper app tutorials. How big does the data set have to be before it makes sense to use a "best practices" solution like yours? I've really liked learning about some of the faster methods I've seen on codewars like .sort(). It makes sense to use two lines of code on small datasets as opposed to always sticking with best practices.