1 题目 You are giventwo linked lists representing two non-negative numbers. The digits are storedin reverse order and each of their nodes contain a sing ...
分类:
其他好文 时间:
2016-10-05 15:23:25
阅读次数:
155
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2016-10-05 13:15:48
阅读次数:
171
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2016-10-02 21:40:16
阅读次数:
127
Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 ...
分类:
其他好文 时间:
2016-10-01 12:47:12
阅读次数:
113
[题目] 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
题目: Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321 官方难度: Easy 翻译: 倒转整数。 例子: 输入123,返回321;输入-123,返回-321。 思路: 1. ...
分类:
其他好文 时间:
2016-09-27 15:10:01
阅读次数:
123
question: Given a non-negative integer num, repeatedly add all its digits until the result has only one digit. For example: Given num = 38, the proces ...
分类:
其他好文 时间:
2016-09-26 21:44:58
阅读次数:
191
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2016-09-24 10:36:14
阅读次数:
144
问题: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sin ...
分类:
其他好文 时间:
2016-09-22 21:26:16
阅读次数:
170
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:
其他好文 时间:
2016-09-22 06:30:33
阅读次数:
111