码迷,mamicode.com
首页 >  
搜索关键字:possible    ( 2665个结果
301.Remove Invalid Parentheses
Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results.Note: The input string may conta...
分类:其他好文   时间:2015-12-06 22:25:48    阅读次数:156
[LeetCode][JavaScript]Permutations II
Permutations IIGiven a collection of numbers that might contain duplicates, return all possible unique permutations.For example,[1,1,2]have the follow...
分类:编程语言   时间:2015-12-01 16:29:09    阅读次数:221
241.Different Ways to Add Parentheses
Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators. Th...
分类:其他好文   时间:2015-11-30 19:57:20    阅读次数:147
241. Different Ways to Add Parentheses
题目:Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operators....
分类:其他好文   时间:2015-11-30 08:32:08    阅读次数:334
Subsets
Question:Given a set of distinct integers, return all possible subsets.Example:If S =[1,2,3], a solution is:[ [3], [1], [2], [1,2,3], [1,3], [2,...
分类:其他好文   时间:2015-11-28 11:56:23    阅读次数:121
[Leetcode] Letter Combinations of a Phone Number
问题:Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telep...
分类:其他好文   时间:2015-11-27 14:57:24    阅读次数:158
[LeetCode] Minimum Height Trees 最小高度树
For a undirected graph with tree characteristics, we can choose any node as the root. The result graph is then a rooted tree. Among all possible roote...
分类:其他好文   时间:2015-11-27 14:34:20    阅读次数:337
resotreIpAddress
Given a string containing only digits, restore it by returning all possible valid IP address combinations.For example:Given "25525511135",return ["255...
分类:其他好文   时间:2015-11-26 12:33:32    阅读次数:127
基于winner 滤波平稳降噪效果
https://en.wikipedia.org/wiki/Wiener_filterWiener filter solutionsThe Wiener filter problem has solutions for three possible cases: one where a noncau...
分类:Windows程序   时间:2015-11-26 01:18:19    阅读次数:349
LeetCode OJ:Palindrome Partitioning(回文排列)
Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ofs.For example, giv...
分类:其他好文   时间:2015-11-21 11:48:27    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!