Optiver
Interview Question
Senior Software Developer Interview
Optiver
Given two very large integers represented as strings, implement multiplication of these numbers. You cannot use built-in big integer libraries. You must represent the digits as strings, implement addition of two strings, and then use that method as part of your multiplication function. How would you handle carries correctly in your implementation?
Unlock the Full Solution
Enter your email to get instant access to the complete solution, explanation, and similar practice problems.

