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 don't see any description in the details. Are we supposed to reverse engineer the task from the tests? Love this series, but not sure why the description in this one doesn't describe the kata.
This comment is hidden because it contains spoiler information about the solution
There are several bugs that could get past your current set of tests:
Exponential level up:
if you immediately did the highest level challenge you would get 2250 progress points.
I see solutions that don't check if the level returned would be past the maximum.
This test would address it
Slow level up:
You don't test to see if you are at progress 97..99 and do a same rank that you get to the next level.
You don't test to see if you are at progress 99 and do a 1 lower rank that you get to the next level.
I had some buggy code that got past all your acceptance tests. The following tests would check this.