描述:
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 digit. Add the two numbers and return it ...
分类:
其他好文 时间:
2015-01-27 20:23:35
阅读次数:
154
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 digit. Add the two numbers and return it as a link...
分类:
其他好文 时间:
2015-01-27 09:29:46
阅读次数:
186
DescriptionStandard web browsers contain features to move backward and forward among the pages recently visited. One way to implement these features i...
分类:
其他好文 时间:
2015-01-26 20:37:42
阅读次数:
138
uva 10129 Play on Words
Description
Play on Words
Some of the secret doors contain a very interesting word puzzle. The team of archaeologists has to solve it to open that doors. Because th...
分类:
其他好文 时间:
2015-01-26 17:15:55
阅读次数:
202
题目:
Given a collection of numbers that might contain duplicates, return all possible unique permutations.
For example,
[1,1,2] have the following unique permutations:
[1,1,2], [1,2,1],
and [...
分类:
编程语言 时间:
2015-01-25 13:57:13
阅读次数:
206
Given a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2]have the following unique perm...
分类:
其他好文 时间:
2015-01-25 00:00:27
阅读次数:
190
题目链接:点击打开链接
Description
Give a positive number, count the sum of the distinct subsequence of it, moreover, any subsequence should not contain leading zeroes except it is zero.
...
分类:
其他好文 时间:
2015-01-24 20:08:06
阅读次数:
240
1.微小的,极小的 tiny
2.封装 footprints
3.对齐 align
4.等距分布 distribute equally
5.查找范围 consider objects in
6.连接检测 connection matrix
7.生成分类 classes generation
8.违背,违反,错误 violation
9.设置 contain...
分类:
其他好文 时间:
2015-01-24 17:23:23
阅读次数:
150
Play on WordsTime Limit:1000MSMemory Limit:10000KTotal Submissions:10056Accepted:3447DescriptionSome of the secret doors contain a very interesting wo...
分类:
其他好文 时间:
2015-01-24 11:23:30
阅读次数:
193
题目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 singl...
分类:
其他好文 时间:
2015-01-23 21:26:02
阅读次数:
205