Ad
  • Custom User Avatar

    The expected sorting isn't correct:

    [[3, 4, 5], [5, 12, 13], [11, 60, 61], [16, 63, 65], [30, 40, 50], [40, 75, 85], [60, 63, 87], [60, 80, 100], [75, 100, 125]] should equal [[3, 4, 5], [5, 12, 13], [11, 60, 61], [60, 63, 87], [16, 63, 65], [60, 80, 100], [40, 75, 85], [75, 100, 125], [30, 40, 50]]

  • Default User Avatar

    no random tests