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.
I believe that the test in this kata is incorrect. so you can not go through this kata. Data for the entrance: "01 | 15 | 59, 1 | 47 | 16, 01 | 17 | 20, 1 | 32 | 34, 2 | 17 | 17». The data you need to get: Range: 01 | 01 | 18 Average: 01 | 38 | 05 Median: 01 | 32 | 34. Data that are obtained: Range: 01 | 32 | 43 Average: 01 | 25 | 29 Median: 01 | 17 | 20. Correct the calculation formulas in the test.