码迷,mamicode.com
首页 >  
搜索关键字:combinations    ( 963个结果
leetcode[17]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 telephon...
分类:其他好文   时间:2015-02-10 14:44:37    阅读次数:181
leetcode[39]Combination Sum
Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thesamerepeated num...
分类:其他好文   时间:2015-02-10 14:42:36    阅读次数:116
leetcode[77]Combinations
Given two integersnandk, return all possible combinations ofknumbers out of 1 ...n.For example,Ifn= 4 andk= 2, a solution is:[ [2,4], [3,4], [2,3],...
分类:其他好文   时间:2015-02-09 15:26:05    阅读次数:106
LeetCode Generate Parentheses
Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. For example, given n = 3, a solution set is: "((()))", "(()())", "(())()", "()(())", "()()...
分类:其他好文   时间:2015-02-09 14:09:47    阅读次数:113
leetcode[93]Restore IP Addresses
Given a string containing only digits, restore it by returning all possible valid IP address combinations.For example:Given"25525511135",return["255.2...
分类:其他好文   时间:2015-02-09 14:04:51    阅读次数:128
LeetCode 040 Combination Sum II
题目要求:Combination Sum IIGiven a collection of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate number...
分类:其他好文   时间:2015-02-07 20:18:42    阅读次数:122
LeetCode 039 Combination Sum
题目要求:Combination SumGiven a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT...
分类:其他好文   时间:2015-02-07 20:15:34    阅读次数:132
LeetCode 022 Generate Parentheses
题目描述:Generate ParenthesesGivennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, ...
分类:其他好文   时间:2015-02-07 17:25:12    阅读次数:128
LeetCode 017 Letter Combinations of a Phone Number
题目描述:Letter Combinations of a Phone NumberGiven a digit string, return all possible letter combinations that the number could represent.A mapping of d...
分类:其他好文   时间:2015-02-07 17:07:13    阅读次数:191
[LeetCode] Generate Parentheses
Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, a solution set is:"((()))...
分类:其他好文   时间:2015-02-07 14:28:03    阅读次数:121
963条   上一页 1 ... 65 66 67 68 69 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!