Search
⌘K

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

Microsoft

Meta


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Late September, 2025

Microsoft

Microsoft

Senior

Late April, 2025

Meta

Senior

Comments

Your account is free and you can post anonymously if you choose.