LintCode & LeetCode
Search...
Ctrl
K
Problem Solving Summary
Large Number Operation
Previous
Depth-first Search
Next
Implementation - Simulation
Last updated
4 years ago
Was this helpful?
大数相加
注意进位的处理:carry 的初始化一般为0,然后每次作为相加的元素之一进行更高位的加法。
大数相乘
https://leetcode.com/problems/multiply-strings