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.
Wow. I haven't attempted to solve this yet but just off of reading the description, this seems significantly harder than 6 kyu. I know ranks don't get changed after being assigned, but I just wanted to put my first impression out there.
Anyway, I'm excited to try it. I'll probably have to come back to it later though because I'm not even sure where I'll begin with this.
It works, but there are no sample tests. So you'll just have to click attempt if you want to test your solution.
This comment is hidden because it contains spoiler information about the solution
Test case fails with:
Test Results:
Solution should test for something
Completed in 2ms
but the code works on attempt and can be submitted.
The "alphabetical ordering" part seems really pointless, and it's worded vaguely enough to make this kata unnecessarily confusing.
My solution was super ugly but it worked. I'm going to have to come back to this later to look through the other solutions and learn how to do this properly
it was SO ugly but it worked
This comment is hidden because it contains spoiler information about the solution
This one isn't great. The content in ml isn't necessary at all, and it isn't clear that the percentage lost is based on the current content, not the maximum capacity.
this was the worst thing i've ever done