43. Multiply Strings
Posted whl-hl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了43. Multiply Strings相关的知识,希望对你有一定的参考价值。
1. 问题描述
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.
Converting the input string to integer is NOT allowed.
You should NOT use internal library such as BigInteger.
Subscribe to see which companies asked this question
Tags: Math String
Similar Problems: (M) Add Two Numbers (E) Plus One (E) Add Binary
2. 解答思路
3. 代码
4. 反思
以上是关于43. Multiply Strings的主要内容,如果未能解决你的问题,请参考以下文章