码迷,mamicode.com
首页 >  
搜索关键字:subsets    ( 425个结果
Subsets II
https://leetcode.com/problems/subsets-ii/Given a collection of integers that might contain duplicates,S, return all possible subsets.Note:Elements in ...
分类:其他好文   时间:2015-03-19 23:26:45    阅读次数:149
Subsets
https://leetcode.com/problems/subsets/Given a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descend...
分类:其他好文   时间:2015-03-19 21:53:20    阅读次数:167
DFS解法的两道题 Leetcode 46 Permutations & Leetcode 78 Subset
Leetcode 78 SubsetGiven a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The soluti...
分类:其他好文   时间:2015-03-17 11:47:34    阅读次数:165
leetcode------Subsets II
标题:Subsets II通过率:27.5难度:中等Given a collection of integers that might contain duplicates,S, return all possible subsets.Note:Elements in a subset must b...
分类:其他好文   时间:2015-03-16 21:04:46    阅读次数:116
leetcode------Subsets
标题:Subsets通过率:28.2%难度:中等Given a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The ...
分类:其他好文   时间:2015-03-16 16:20:18    阅读次数:82
[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 co...
分类:其他好文   时间:2015-03-13 18:18:46    阅读次数:208
Subsets II
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-desc...
分类:其他好文   时间:2015-03-10 22:59:27    阅读次数:169
Subsets
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 m...
分类:其他好文   时间:2015-03-10 21:01:26    阅读次数:137
[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 co...
分类:其他好文   时间:2015-03-02 18:43:29    阅读次数:149
[LeetCode]90.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 contain duplicate...
分类:其他好文   时间:2015-03-01 22:22:10    阅读次数:226
425条   上一页 1 ... 29 30 31 32 33 ... 43 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!