bool isIsomorphic(string s, string t) { //create hashmap map ms; map mt; for (int i = 0; i < s.size(); i