码迷,mamicode.com
首页 >  
搜索关键字:combinations    ( 963个结果
【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-04-25 11:58:22    阅读次数:95
leetcode-17 Letter Combinations of a Phone Number
问题描述: Given a digitstring, return all possible letter combinations that the number couldrepresent. A mapping of digitto letters (just like on the telephone buttons) is given below. Input:Digi...
分类:其他好文   时间:2015-04-24 19:15:54    阅读次数:173
[Java]LeetCode17 Letter Combinations of a Phone Number
[Java]LeetCode17 Letter Combinations of a Phone Number...
分类:编程语言   时间:2015-04-24 10:36:33    阅读次数:146
[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 telephon...
分类:其他好文   时间:2015-04-24 01:04:53    阅读次数:138
合法ip序列
Given a string containing only digits, restore it by returning all possible valid IP address combinations. For example: Given "25525511135", return ["255.255.11.135", "255.255.111.35"]. (Order...
分类:其他好文   时间:2015-04-23 20:00:43    阅读次数:147
LeetCode: Combination Sum2
Title:Given a collection of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Each n...
分类:其他好文   时间:2015-04-22 11:24:37    阅读次数:242
LeetCode: Combination Sum
Title:Given a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thesamerepeat...
分类:其他好文   时间:2015-04-22 10:50:41    阅读次数:125
[LeetCode] Generate Parentheses
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-04-21 22:41:56    阅读次数:144
40-Combination Sum II
【问题】Given a collection of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Each num...
分类:其他好文   时间:2015-04-21 17:54:48    阅读次数:88
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...
分类:其他好文   时间:2015-04-21 17:28:36    阅读次数:88
963条   上一页 1 ... 56 57 58 59 60 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!