https://oj.leetcode.com/problems/plus-one/
Given a non-negative number represented as an array of digits, plus one to the number.
The digits are stored such that the most significant digit is at the head of the list.
'풀어본 Algorithm 문제 정리' 카테고리의 다른 글
[Oj.leetcode] generate-parentheses (1) | 2014.09.05 |
---|---|
[OJ.leetcode] rotate-image (0) | 2014.08.30 |
[OJ.leetcode] remove-duplicates-from-sorted-array (0) | 2014.08.28 |
[OJ.leetcode] balanced-binary-tree (0) | 2014.08.28 |
[Oj.leetcode] remove-element (0) | 2014.08.28 |