We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
defpseudoIsomorphicSubstrings(s):# Write your code heredefcod(w):c,n,d='',ord('a')-1,{}forletterinw:ifletterind.keys():c+=d[letter]else:n+=1c+=chr(n)d[letter]=chr(n)returnc
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Pseudo-Isomorphic Substrings
You are viewing a single comment's thread. Return to all comments →