1061. Lexicographically Smallest Equivalent String Java Solution with Depth-First Search (DFS)

preview_player
Показать описание
1061. Lexicographically Smallest Equivalent String by @expertfunda

You are given two strings of the same length s1 and s2 and a string baseStr.

We say s1[i] and s2[i] are equivalent characters.

For example, if s1 = "abc" and s2 = "cde", then we have 'a' == 'c', 'b' == 'd', and 'c' == 'e'.
Equivalent characters follow the usual rules of any equivalence relation:

Reflexivity: 'a' == 'a'.
Symmetry: 'a' == 'b' implies 'b' == 'a'.
Transitivity: 'a' == 'b' and 'b' == 'c' implies 'a' == 'c'.
For example, given the equivalency information from s1 = "abc" and s2 = "cde", "acd" and "aab" are equivalent strings of baseStr = "eed", and "aab" is the lexicographically smallest equivalent string of baseStr.

Return the lexicographically smallest equivalent string of baseStr by using the equivalency information from s1 and s2.
Рекомендации по теме
Комментарии
Автор

Sir javascript se bhi implement kr k kriye plz sir 🙏

frostyfreezemovies
Автор

if you provide code link(on github) also then it would be more helpful so plz try to give the same.

RaushanKumar-rhte
welcome to shbcf.ru