205. Isomorphic Strings Solved
Dec 6, 2023 · 1 min read · Intuition In order to determine if two strings are isomorphic, you can check if you can replace every occurrence of the letter s in one string with the corresponding letter t in the other string, and vice versa. In other words, there should be a one-...
Join discussion



