Check if Word Equals Summation of Two Words Problem

Check if Word Equals Summation of Two Words Problem — ExecCode Easy DSA Practice

Solve the Check if Word Equals Summation of Two Words problem on ExecCode. Free online easy DSA practice in String. Write and run code in Java, C++, Python — no signup required to run.

Description The letter value of a letter is its position in the alphabet starting from 0 (i.e. 'a' -> 0, 'b' -> 1, 'c' -> 2, etc.). The numerical value of some string of lowercase English letters s is the concatenation of the letter values of each letter in s, which is then conv…

Practice Check if Word Equals Summation of Two Words free on ExecCode. Browse more ExecCode DSA problems.