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.
Still a single for loop code is more readable and more efficient than the top voted solution
sometimes readability is over the performance, probably why my solution is on the top
Exactly what I thought. This is solvable with just two single loops. Summing up the arr twice with each comparison is just horrible on the performance side.