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.
(deleted)
The description mentions "sum of the two lowest positive numbers" and "given an array of minimum 4 integers". It means there may be negative integers in array so we should check about that, shouldn't we?