Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1945. Sum of Digits of String After Convert
Convert the string by replacing each letter with its alphabet index concatenated into a decimal number, then repeatedly replace the number with the sum of its digits k times and return the result. This is essentially a string-to-number conversion followed by repeated digit-sum (digital-root) operations; s.length ≤ 100 and k ≤ 10.
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.