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.
When two numbers have the same "weight", let us class them as if they were strings and not numbers: 100 is before 180 because its "weight" (1) is less than the one of 180 (9) and 180 is before 90 since, having the same "weight" (9) it comes before as a string. This meens 2000 before 11 becuse 2000 before in string than 11
Why an issue? Issues are for flaws in a kata not for flaws in your code.
Read again the description and look at the examples. I am sorry but yes you are wrong; 11 and 2000 have same weight but your order is not the good one.