Ad
  • Custom User Avatar

    needs a test case to test for strings of same length that are made up of same characters but with different counts of the characters.

    example: babble, labeel

  • Custom User Avatar

    the two strings "AAABBC" and "ABBCCC" will result in true being returned from this because they have the same length and contain the same chars. problem is that they don't contain the same number of each char.