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.
why do you import Arrays and Collections if you don't even use them?
clever solution, love it
It's Clever
You can also use Math.min(i, min) and Math.max(i, max) instead of the 'if' statements.
Lol nice touch on the return.
It's clever but you could save a hair of time setting min and max to arr[0].