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.
Code asks to find high and low but says '1 -1' should equal '-1 -1'. Shouldn't '1 -1' equal '1 -1' since 1 is the higher of the two numbers and -1 is the lower of the two numbers?