Ad
  • Custom User Avatar

    The key here is that you don´t know the lenght of the initial string. so string.include? might potentially to do a fullscan over the string to find a character.

    In this way, I iterate over the string and count new characters a they show up.