Isomorphic Strings
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.
Isomorphic Strings

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.

Example 1:
Input: {"s":"egg","t":"add"}
Output: true
Input
arr ={"s":"egg","t":"add"}

Check isomorphic

s
e0g1g2
t
a0d1d2
Variables
VariableValue
segg
tadd
DepthFunction Call
Stack empty
0/4