Ad
  • Default User Avatar

    [Python] In random tests there are ranges with begin > end. Description says nothing about this ranges.
    For example:

    [290394, 380460, 510318, 640294, 420228, 490320, 570103, 660426, 240234, 250246, 150312, 150001, 510279, 590378, 590379, 230096]
    

    expected result:

    [150312, 150001, 240234, 250246, 290394, 380460, 420228, 490320, 510279, 660426]
    

    (150312 150001) is copied, (590379 230096) is ignored, why?

  • Custom User Avatar

    Duplicate (pretty close but not totally equivalent... -> ?)