码迷,mamicode.com
首页 >  
搜索关键字:combinations    ( 963个结果
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-22 13:21:18    阅读次数:115
Generate Parentheses
https://oj.leetcode.com/problems/generate-parentheses/Given n pairs of parentheses, write a function to generate all combinations of well-formed paren...
分类:其他好文   时间:2015-02-20 21:59:00    阅读次数:324
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-20 19:44:42    阅读次数:197
LeetCode Combination Sum II
Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.Each number in C may only be used once in the combination.N...
分类:其他好文   时间:2015-02-15 15:10:36    阅读次数:168
LeetCode-22 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-14 06:32:54    阅读次数:238
Letter Combinations of a Phone Number
https://oj.leetcode.com/problems/letter-combinations-of-a-phone-number/Given a digit string, return all possible letter combinations that the number c...
分类:其他好文   时间:2015-02-13 18:20:16    阅读次数:119
Leetcode 17 Letter Combinations of a Phone Number - DFS思想
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-13 09:13:59    阅读次数:127
22.Generate Parentheses
Given n pairs of parentheses, write a function togenerate all combinations of well-formed parentheses. For example, given n = 3, a solution set is: "((()))","(()())", "(())()", "()(())", "()()()" H...
分类:其他好文   时间:2015-02-10 23:18:29    阅读次数:396
[LeetCode] 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 number ...
分类:其他好文   时间:2015-02-10 20:15:55    阅读次数:137
leetcode[22]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-10 14:48:16    阅读次数:164
963条   上一页 1 ... 64 65 66 67 68 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!