Ad
  • Default User Avatar

    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

  • Default User Avatar

    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.

  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution