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-...
anikakash.hashnode.dev1 min read
No responses yet.