码迷,mamicode.com
首页 > 其他好文 > 详细

43. Multiply Strings

时间:2016-06-16 23:22:59      阅读:332      评论:0      收藏:0      [点我收藏+]

标签:

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

标签:

原文地址:http://www.cnblogs.com/whl2012/p/5592373.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!