Question: Given two non - negative integers num 1 and num 2 represented as strings, return the product of num 1 and num 2 , also
Given two nonnegative integers num and num represented as strings, return the product of num and num also represented as a string.
Note:You must not use any builtin BigInteger library or convert the inputs to integer directly.
Example :
Input: num num Output:
Example :
Input: num num Output:
Constraints:
numlength, numlength
num and num consist of digits only.
Both num and numdo not contain any leading zero, except the number itself.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
