码迷,mamicode.com
首页 >  
搜索关键字:contain    ( 5282个结果
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 ...
分类:其他好文   时间:2014-11-16 14:36:42    阅读次数:140
Leetcode-Subsets II
Given a collection of integers that might contain duplicates, S, return all possible subsets.Note:Elements in a subset must be in non-descending order...
分类:其他好文   时间:2014-11-16 07:07:37    阅读次数:141
leetcode[76] Minimum Window Substring
给定两个串,S和T,在S中找到包含T的最短子串,如果不能包含,返回空字符。Given a string S and a string T, find the minimum window in S which will contain all the characters in T in compl...
分类:Windows程序   时间:2014-11-16 01:48:32    阅读次数:349
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 ...
分类:其他好文   时间:2014-11-15 21:41:07    阅读次数:315
[转] WPF 的 Main 方法
在WPF程序抛出这样的错误:Program 'SQLiteManager.exe' does not contain a static 'Main' method suitable for an entry point问题的产生原因是我创建了一个WPF应用程序,我把App.xaml文件排除出项目,然...
分类:Windows程序   时间:2014-11-14 17:43:29    阅读次数:355
[Leetcode] Subsets II
Given a collection of integers that might contain duplicates,S, return all possible subsets.Note:Elements in a subset must be in non-descending order....
分类:其他好文   时间:2014-11-13 09:24:37    阅读次数:148
[Leetcode] 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...
分类:其他好文   时间:2014-11-13 06:59:23    阅读次数:166
[leetcode]Subsets II
问题描述: Given a collection of integers that might contain duplicates, S, return all possible subsets. Note: Elements in a subset must be in non-descending order.The solution set must not conta...
分类:其他好文   时间:2014-11-12 13:52:10    阅读次数:184
[leetcode]Subsets
问题描述: Given a set of distinct integers, S, return all possible subsets. Note: Elements in a subset must be in non-descending order.The solution set must not contain duplicate subsets. For ex...
分类:其他好文   时间:2014-11-12 11:46:52    阅读次数:169
LeeCode---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...
分类:其他好文   时间:2014-11-11 22:56:05    阅读次数:218
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!