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.
It's like a buoy
Perfect
this IS the author of the kata... XD
This comment is hidden because it contains spoiler information about the solution
thehappystone, yes, I agree. Rather than using some default like Number.Max_Value, or I saw someone using Infinity, since we've sorted the intervals, we could set the min value to sortedIntervals[0][0] and the max value to sortedIntervals[0][1], then just work off those numbers.
awesome
thanks
nice.