Ad
  • Default User Avatar

    same error with this task. please correct

  • Custom User Avatar

    It's not the source, the first one is the array you returned and the second one is the expected. Use print to see what the input is, and use Question, not Issue for things like this.

  • Default User Avatar

    [1, 1, 5, 5, 2, 1, 111, 0] should equal [1, 1, 5, 11, 2, 11, 111, 0]
    if the first array is my source_array and the second array is the sorted array where did the 11's come from?