Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1880. Check if Word Equals Summation of Two Words
Map each letter 'a'..'j' to digits 0..9, form each word's numerical value by concatenating those digits and parsing as an integer, and check whether firstWord_value + secondWord_value equals targetWord_value. Inputs use only letters 'a'–'j' with length ≤ 8, so the resulting numbers fit comfortably in standard integer types.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.