Given two strings s and t, determine if they are isomorphic.
Answers
Answered by
0
Answer:
LeetCode – Isomorphic Strings (Java) Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. For example,"egg" and "add" are isomorphic, "foo" and "bar" are not.
Similar questions