Leetcode 43. Multiply Strings
Multiply two non-negative integer strings without converting them to numeric types or using BigInteger: compute the product by simulating grade-school digit-by-digit multiplication (accumulating partial products and carries) and return the result as a string. Constraints: lengths up to 200, digits only, no leading zeros except "0".
Asked at:
Microsoft
Meta
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
0
Late September, 2025
Senior
Late April, 2025
Meta
Senior
Hello Interview Premium
Your account is free and you can post anonymously if you choose.