Multiply Strings
Try to solve the Multiply Strings problem.
We'll cover the following...
Statement
Given two non-negative integers, str1
and str2
, represented as strings, return the product of these integers, result
, which is also represented as strings.
Constraints:
str1
andstr2
consist of digits only.
Access this course and 1400+ top-rated courses and projects.