首页 > 代码库 > Leetcode-Multiply Strings

Leetcode-Multiply Strings

Given two numbers represented as strings, return multiplication of the numbers as a string.

Note: The numbers can be arbitrarily large and are non-negative.

Have you met this question in a real interview?
 
Solutiion:
 

Leetcode-Multiply Strings