Given a non-negative number represented as a singly linked list of digits, plus one to the number. The digits are stored such that the most significan ...
分类:
其他好文 时间:
2016-12-03 15:10:46
阅读次数:
219
#66. 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 signific ...
分类:
其他好文 时间:
2016-11-21 18:32:54
阅读次数:
139
Given a non-negative number represented as a singly linked list of digits, plus one to the number. The digits are stored such that the most significan ...
分类:
其他好文 时间:
2016-11-20 07:00:18
阅读次数:
121
Givenanon-negativenumberrepresentedasanarrayofdigits,plusonetothenumber.
Thedigitsarestoredsuchthatthemostsignificantdigitisattheheadofthelist.题意:一个非负的整数用数组的形式保存着。其中高位在a[0]。然后对这个数做加1操作,返回这个数组。PS:原谅我又么有读懂题..
分类:
编程语言 时间:
2016-10-25 03:09:10
阅读次数:
123
[题目] 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 ...
分类:
其他好文 时间:
2016-09-29 17:39:01
阅读次数:
134
题目: 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 ...
分类:
其他好文 时间:
2016-09-22 00:57:54
阅读次数:
173
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 a ...
分类:
其他好文 时间:
2016-09-17 00:15:54
阅读次数:
145
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 a ...
分类:
其他好文 时间:
2016-09-11 22:54:12
阅读次数:
156
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 a ...
分类:
其他好文 时间:
2016-09-10 09:00:14
阅读次数:
171
原题链接在这里:https://leetcode.com/problems/plus-one-linked-list/ 题目: Given a non-negative number represented as a singly linked list of digits, plus one to ...
分类:
其他好文 时间:
2016-09-08 15:52:21
阅读次数:
283