Ad
  • Default User Avatar
  • Default User Avatar

    In the kotlin version it seems that the randomly generated array1 can contain duplicates. Since the requirement is no duplicates in the result it can fail.
    I distinted array1 at the begining and this caused the test to pass.
    It seem like this should be added to the fixed tests so it is clear that you could be given duplicates.