Ad
  • Custom User Avatar

    Thanks, you were right, sorry for bad issue.

  • Custom User Avatar

    If they have different input values they're not the same test, and both are fine. Not a kata issue. Read the description again about what "having the same multiplicities" means.

  • Custom User Avatar

    I think there is a problem with two tests > [2,2,3]: [4,9,9] in Dart.
    Both expects a false result, but I think it should be true.
    There is a test [2,3,3]: [4,4,9] and my code has passed that test but not the other test with the difference that is the same but changing two numbers.