Because in the second For loop you compare all characters with the current character at index i, so also the character with itself. And of course, when you compare something to itself, it's the same.
This comment is hidden because it contains spoiler information about the solution
Loading collection data...
Because in the second For loop you compare all characters with the current character at index i, so also the character with itself. And of course, when you compare something to itself, it's the same.
This comment is hidden because it contains spoiler information about the solution