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.
Good exercise!
is it supposed to return none when you try to sort the list?
The reason is that the length is sometimes 0. You could evaluate whether the length is equal to 0 before you start your computation.
my code keeps giving an error that i can't divide by zero.
Please use proper formatting for your code blocks: https://docs.codewars.com/references/markdown#code-block
This comment is hidden because it contains spoiler information about the solution