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.
Range is the highest number in the list minus the lowest number.
In this case, 2|17|17 is the highest number which means 2 hours, 17 minutes and 17 seconds
and 1|15|59 is the lowest number which means 1 hour, 15 minutes and 59 seconds.
So the range would be 2|17|17 minus 1|15|59 which equals 01|01|18 or in other words:
2 hours, 17 minutes and 17 seconds minus 1 hour, 15 minutes and 59 seconds is equal to
1 hour, 1 minute and 18 seconds.
hello; i have a question because the instructions was poor and didn't explain a lot ..
when the input was: "01|15|59, 1|47|16, 01|17|20, 1|32|34, 2|17|17"
the output was: "Range: 01|01|18 Average: 01|38|05 Median: 01|32|34"
when i did the math to count the range in the coulmn of minute it was like this
(47-32=15) why in the output was (01) did I miss something ??
same to me .
and there is other things i didn't understand how he calculated the numbers