gola3107 / CodingPuzzles

CodingPuzzles
0 stars 6 forks source link

Multiply Strings #3

Open gola3107 opened 1 year ago

gola3107 commented 1 year ago

Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a string.

Note: You must not use any built-in BigInteger library or convert the inputs to integer directly.

jayitsaha commented 1 year ago

Please assign me this issue