Monday, December 21, 2015

43. 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.

Java Code:

No comments:

Post a Comment