码迷,mamicode.com
首页 >  
搜索关键字:combinations    ( 963个结果
[Locked] Factor combinations
Factor combinations
分类:其他好文   时间:2016-02-26 15:27:57    阅读次数:150
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 telepho
分类:其他好文   时间:2016-02-25 01:34:28    阅读次数:123
LeetCode 39. 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 repeat
分类:其他好文   时间:2016-02-25 00:25:28    阅读次数:141
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:"((
分类:其他好文   时间:2016-02-20 17:32:08    阅读次数:111
Combination Sum,Combination Sum II,Combination Sum III
39. 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 t
分类:其他好文   时间:2016-02-18 19:24:44    阅读次数:154
[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 telepho
分类:其他好文   时间:2016-02-17 12:42:22    阅读次数:150
Oracle JVM Garbage Collectors Available From JDK 1.7.0_04 And After
Jack Shirazi tells you what garbage collectors and garbage collector combinations are available from the Oracle Java 7 update 4 JVM and onwards, inclu
分类:数据库   时间:2016-02-14 00:28:11    阅读次数:575
leetcode22. 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: "
分类:其他好文   时间:2016-02-13 23:13:58    阅读次数:458
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 repeat
分类:其他好文   时间:2016-02-07 17:25:25    阅读次数:223
Leetcode题解(25)
77. Combinations 题目 分析:求给定数字n,k的组合数,方法是采用深度搜索算法,代码如下(copy网上代码) 1 class Solution { 2 public: 3 void dfs77(vector<vector<int > > &ans, vector<int> suban
分类:其他好文   时间:2016-02-01 18:20:06    阅读次数:146
963条   上一页 1 ... 36 37 38 39 40 ... 97 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!