Skip to content

Conversation

Fundebug
Copy link
Contributor

The previous solution is not correct, for example "aa" and "bb" are not isomorphic, while the result it true.
So I update the code to add extra checking statement. The updated solution can pass the same question at leetcode: https://leetcode.com/problems/isomorphic-strings/

The previous solution is not correct, for example "aa" and "bb" are not isomorphic, while the result it true. 
So I update the code to add extra checking statement. The updated solution can pass the same question at leetcode: https://leetcode.com/problems/isomorphic-strings/
@kennymkchan
Copy link
Owner

@Fundebug Thanks for the fix!

@kennymkchan kennymkchan merged commit 79348b2 into kennymkchan:master Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants