Math, asked by ManishDwivedi6839, 1 year ago

Given two strings s and t, determine if they are isomorphic.

Answers

Answered by nikita3690
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