码迷,mamicode.com
首页 >  
搜索关键字:contain    ( 5282个结果
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-22 20:11:58    阅读次数:180
外企iOS开发的笔试题
一组外企iOS开发的笔试题,您能回答出来吗?从群里收集来的。(miki西游@mikixiyou的文档,原文链接: http://mikixiyou.iteye.com/blog/1546376 转载请注明出处和作者)1 why can't NSArray contain NSInteger Inst...
分类:移动开发   时间:2014-11-21 15:47:51    阅读次数:156
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-21 14:03:57    阅读次数:160
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 i...
分类:其他好文   时间:2014-11-21 12:42:05    阅读次数:241
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 pe...
分类:其他好文   时间:2014-11-20 13:39:43    阅读次数:108
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. ...
分类:其他好文   时间:2014-11-19 10:55:12    阅读次数:139
[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 contain dupli...
分类:其他好文   时间:2014-11-19 01:33:20    阅读次数:217
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 ...
分类:其他好文   时间:2014-11-18 23:34:43    阅读次数:237
[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 ...
分类:其他好文   时间:2014-11-16 15:52:15    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!