码迷,mamicode.com
首页 >  
搜索关键字:contain    ( 5282个结果
leetcode_2_Add Two Numbers
描述: 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
leetcode------------------Add Two Numbers
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
CDZSC_2015寒假新人(4)——搜索 - N
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(欧拉路)
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
[C++]LeetCode: 120 Permutations II
题目: 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
Permutations II
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
CSU 1354 Distinct Subsequences 求不相同子序列的和 dp
题目链接:点击打开链接 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
工作中的英语积累6
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
(判断欧拉回路)poj 1368
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
LeetCode2-Add Two Numbers
题目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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!