My Blog List

[Leetcode Solution] Multiply Strings

Analysis 

  • Similar with string addition
  • Iterate each digit in num1 and num2, multiply them and store the result at correct position

Note

Code


1 comment:

Enter you comment