filmov
tv
43. Multiply Strings (Brute Force, Grade School Multiplication, Karatsuba Algorithm) - LeetCode
![preview_player](https://i.ytimg.com/vi/pZa4Sc3H6IM/maxresdefault.jpg)
Показать описание
Given two non-negative integers num1 and num2 represented as strings, return the product of num1 and num2, also represented as a string.
Note: You must not use any built-in BigInteger library or convert the inputs to integer directly.
Note: You must not use any built-in BigInteger library or convert the inputs to integer directly.