Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 212 Bytes

File metadata and controls

6 lines (4 loc) · 212 Bytes

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.

Show Tags Math String