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.
From the description: "given an array of minimum 4 integers"
There is no comment on what to do in case of 1-element list.
It is not obvious, because there are no 2 elements to be summed up.
The second pop is redundant. We only need the min value in numbers, we don't need to pop it.