Ad
  • Custom User Avatar

    Every string is added only once. If you look at the diff, you can see why this works: Every string that can not be added is counted, because the set contains it already. The difference of the lengths is the same value as counting strings that can not be added, because the sets contains them already.

  • Custom User Avatar

    where do you check if the strings are similar?
    you add them and subtract the lengths