Given a non-empty array of digits representing a non-negative integer, plus one to the integer. The digits are stored such that the most significant d ...
分类:
编程语言 时间:
2019-04-26 22:27:14
阅读次数:
174
X is a good number if after rotating each digit individually by 180 degrees, we get a valid number that is different from X. Each digit must be rotate ...
分类:
其他好文 时间:
2019-04-26 22:26:54
阅读次数:
143
题目: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes co ...
分类:
其他好文 时间:
2019-04-25 18:54:32
阅读次数:
133
Given a non-empty array of digits representing a non-negative integer, plus one to the integer. The digits are stored such that the most significant d ...
分类:
其他好文 时间:
2019-04-23 09:28:49
阅读次数:
156
Starting with a positive integer , we reorder the digits in any order (including the original order) such that the leading digit is not zero. Return i ...
分类:
编程语言 时间:
2019-04-22 00:38:31
阅读次数:
213
Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. A mapping of digit to l... ...
分类:
其他好文 时间:
2019-04-21 12:59:42
阅读次数:
142
17. Letter Combinations of a Phone Number Medium Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the ...
分类:
其他好文 时间:
2019-04-20 21:34:16
阅读次数:
190
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2019-04-14 13:55:29
阅读次数:
107
恢复内容开始 Kurt reaches nirvana when he finds the product of all the digits of some positive integer. Greater value of the product makes the nirvana deepe ...
分类:
其他好文 时间:
2019-04-11 01:15:28
阅读次数:
131
For a decimal number x with n digits (A nA n-1A n-2 ... A 2A 1), we define its weight as F(x) = A n * 2 n-1 + A n-1 * 2 n-2 + ... + A 2 * 2 + A 1 * 1. ...
分类:
其他好文 时间:
2019-04-10 13:25:35
阅读次数:
131