Check if an Original String Exists Given Two Encoded Strings
CodingSoftware Engineer
Examples
Example 1:
Input: s1 = "internationalization", s2 = "i18n"
Output: true
Example 2:
Input: s1 = "l123e", s2 = "44"
Output: true
Example 3:
Input: s1 = "a5b", s2 = "c5b"
Output: false