Computer Science, asked by GaganTripathi9032, 10 months ago

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. All occurrences of a character must be replaced with another character while preserving the order of characters. No two characters may map to the same character but a character may map to itself.

Answers

Answered by sheebavinny
0

Answer:

Two strings are isomorphic if one-to-one mapping is possible for every ... if each character in the first string can be replaced by a character to get the second ... L e t ' s n a m e i t m a p .

Similar questions