原文:Subset II leetcode java

题目: 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 duplica ...

2014-07-31 08:09 0 3001 推荐指数:

查看详情

Subset leetcode java

题目: Given a set of distinct integers, S, return all possible subsets. Note: Elements in a subset must be in non-descending order. ...

Thu Jul 31 12:21:00 CST 2014 0 4330
Permutations II leetcode java

题目: Given a collection of numbers that might contain duplicates, return all possible unique permut ...

Fri Aug 08 08:26:00 CST 2014 0 4544
Combination Sum II leetcode java

题目: Given a collection of candidate numbers (C) and a target number (T), find all unique combinati ...

Sat Aug 02 08:24:00 CST 2014 0 2631
Word Ladder II leetcode java

题目: Given two words (start and end), and a dictionary, find all shortest transformation sequence(s ...

Wed Aug 06 08:04:00 CST 2014 0 3611
Word Break II leetcode java

题目: Given a string s and a dictionary of words dict, add spaces in s to construct a sentence wher ...

Wed Jul 30 10:49:00 CST 2014 0 3052
Single Number II leetcode java

题目: Given an array of integers, every element appears three times except for one. Find that single ...

Sun Jul 27 08:57:00 CST 2014 0 3233
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM