Multiply Strings at Twitter

Medium43.5% acceptance

This problem has 100.0% frequency at Twitter.

Problem Description

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.

Read full problem and hints

Topics

Also asked at 16 companies


More Twitter Questions

View all Twitter questions