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.
The random tests are still mixed odds and evens, just sorted decrementally now.
static (10 Passed, 0 Failed)
random (0 Passed, 10 Failed)
✘ Expected: '[93.2, 88.6, 88.5, 88.4, 84.9, 65.8, 59.8, 58.9, 58.8, 55.8, 54.8, 52.5, 49.3, 44.2, 33.8, 29.6, 29.1, 25.2, 18.2, 16.9, 10.5]', instead got: '[25.2, 29.1, 29.6, 33.8, 49.3, 55.8, 59.8, 65.8, 93.2, 88.6, 88.5, 88.4, 84.9, 58.9, 58.8, 54.8, 52.5, 44.2, 18.2, 16.9, 10.5]'
✘ Expected: '[99.9, 99.1, 96.8, 89.8, 89.8, 80.7, 77.1, 75, 63.6, 62.6, 61, 59, 56.4, 56.3, 53.9, 50.2, 43.7, 38.5, 21.2, 19.2, 10.1, 9.4, 6]', instead got: '[9.4, 19.2, 21.2, 43.7, 53.9, 59, 61, 63.6, 75, 77.1, 89.8, 89.8, 99.1, 99.9, 96.8, 80.7, 62.6, 56.4, 56.3, 50.2, 38.5, 10.1, 6]'
✘ Expected: '[83.3, 78.5, 75.8, 71.7, 70.7, 61.2, 56.5, 55.9, 55.9, 48.1, 46, 35.6, 16.8, 16.2, 16, 4.8, 3.5, 0.3]', instead got: '[3.5, 35.6, 55.9, 55.9, 61.2, 71.7, 75.8, 83.3, 78.5, 70.7, 56.5, 48.1, 46, 16.8, 16.2, 16, 4.8, 0.3]'
✘ Expected: '[96, 86.4, 69.4, 67.5, 66.8, 60.8, 58.1, 57.9, 50, 49.2, 42.8, 32.5, 31.1, 23.6, 9]', instead got: '[9, 23.6, 31.1, 49.2, 57.9, 67.5, 69.4, 96, 86.4, 66.8, 60.8, 58.1, 50, 42.8, 32.5]'
✘ Expected: '[99.9, 97.9, 86.3, 86, 82.7, 81.6, 77.2, 70.7, 65.6, 59.8, 59.4, 59.1, 53.4, 49.6, 30.9, 28.8, 17.1, 7.3, 1.8]', instead got: '[1.8, 7.3, 17.1, 49.6, 53.4, 59.1, 59.4, 59.8, 65.6, 77.2, 81.6, 97.9, 99.9, 86.3, 86, 82.7, 70.7, 30.9, 28.8]'
✘ Expected: '[99.8, 92.4, 78.3, 62.6, 61.7, 58.1, 49.3, 32.6, 30.3, 29.6, 21, 20.7, 18.4, 17.7, 16.6, 14, 11.3, 8.7, 8.6, 8.2, 5.4]', instead got: '[5.4, 11.3, 17.7, 21, 29.6, 49.3, 61.7, 99.8, 92.4, 78.3, 62.6, 58.1, 32.6, 30.3, 20.7, 18.4, 16.6, 14, 8.7, 8.6, 8.2]'
✘ Expected: '[73.4, 69, 51, 45.5, 45, 34.7, 31, 26.6, 18.9, 16.7, 15.6, 10.7, 9.9, 7, 6.7, 1.9, 1.1]', instead got: '[1.1, 1.9, 7, 9.9, 15.6, 31, 45, 45.5, 51, 69, 73.4, 34.7, 26.6, 18.9, 16.7, 10.7, 6.7]'
✘ Expected: '[93.6, 85.8, 78.9, 74.1, 70.7, 66.7, 64.7, 58.2, 56.1, 56, 52, 46.2, 42.4, 26.6, 24.4, 21.9, 21.7, 19.9]', instead got: '[19.9, 21.7, 21.9, 85.8, 93.6, 78.9, 74.1, 70.7, 66.7, 64.7, 58.2, 56.1, 56, 52, 46.2, 42.4, 26.6, 24.4]'
✘ Expected: '[96.7, 96.2, 90, 86.2, 73.8, 71.3, 69.9, 62.5, 57.5, 55.7, 51.1, 50.1, 49.6, 46.8, 27.9, 18.4, 3.8]', instead got: '[3.8, 27.9, 49.6, 51.1, 55.7, 57.5, 69.9, 71.3, 73.8, 96.7, 96.2, 90, 86.2, 62.5, 50.1, 46.8, 18.4]'
✘ Expected: '[98.2, 92.8, 89.7, 88.4, 68, 63.6, 60.3, 49.2, 35.9, 28.6, 13.3, 10.6, 10.3, 9.7]', instead got: '[9.7, 13.3, 35.9, 49.2, 63.6, 89.7, 98.2, 92.8, 88.4, 68, 60.3, 28.6, 10.6, 10.3]'
Java translation submitted, if you want to approve it :)
Goog kata. Thks to the author!)