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.
using the reverse arguement in sorted() should be the best practice for checking order.
This comment is hidden because it contains spoiler information about the solution
this result should be rated higher. simply providing index 0 for pop() is clever.
i like the use of a comprehension here.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
maybe enumerate is a less than best because of the hanging "d" in the loop.
definately pay attention to the percent weight given as integers...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I like how you included the mathematical reasoning in this comment.