码迷,mamicode.com
首页 >  
搜索关键字:combinations    ( 963个结果
LeetCode Solutions : Combination Sum I & II
Combination Sum  Given a set of candidate numbers (C) and a target number (T),  find all unique combinations in C where the candidate numbers sums to T. The same repeated number may be chosen fro...
分类:其他好文   时间:2014-09-02 17:48:05    阅读次数:244
LeetCode 21 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: "((()))", "(()())", "(())()", "()(())", "()()()...
分类:其他好文   时间:2014-09-02 10:29:44    阅读次数:186
Generate Parentheses
Givennpairs of parentheses, write a function to generate all combinations of well-formed parentheses.For example, givenn= 3, a solution set is:"((()))...
分类:其他好文   时间:2014-09-02 10:26:54    阅读次数:217
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 numb...
分类:其他好文   时间:2014-09-02 00:07:23    阅读次数:258
LeetCode 18 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 telephone buttons) is given below. Input:Digit st...
分类:其他好文   时间:2014-09-01 21:15:03    阅读次数:223
Leetcode dfs Combination SumII
Combination Sum II  Total Accepted: 13710 Total Submissions: 55908My Submissions Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C wher...
分类:其他好文   时间:2014-09-01 14:03:23    阅读次数:188
Leetcode dfs Combination Sum
Combination Sum  Total Accepted: 17319 Total Submissions: 65259My Submissions Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the ca...
分类:其他好文   时间:2014-09-01 12:42:03    阅读次数:259
Leetcode dfs Combinations
Combinations  Total Accepted: 18327 Total Submissions: 60479My Submissions Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. For example, If n = 4...
分类:其他好文   时间:2014-09-01 01:40:32    阅读次数:204
LeetCode: Restore IP Addresses
LeetCode: Restore IP AddressesGiven a string containing only digits, restore it by returning all possible valid IP address combinations. For example:G...
分类:其他好文   时间:2014-08-31 22:48:42    阅读次数:314
[LeetCode] Combination Sum (bfs)
Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T.The same repeate...
分类:其他好文   时间:2014-08-24 23:34:33    阅读次数:259
963条   上一页 1 ... 82 83 84 85 86 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!