码迷,mamicode.com
首页 >  
搜索关键字:candidate    ( 398个结果
【leetcode】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.Thes...
分类:其他好文   时间:2014-12-29 22:56:46    阅读次数:207
【leetcode】Combination Sum II
Combination Sum IIGiven a collection of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sum...
分类:其他好文   时间:2014-12-29 22:44:29    阅读次数:185
[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 num...
分类:其他好文   时间:2014-12-28 20:42:50    阅读次数:108
[LeetCode] 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...
分类:其他好文   时间:2014-12-28 12:51:44    阅读次数:139
[leetcode] 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.Thes...
分类:其他好文   时间:2014-12-27 13:54:43    阅读次数:115
find the majority element
Runtime: O(n) — Moore voting algorithm: We maintain a current candidate and a counter initialized to 0. As we iterate the array, we look at the curren...
分类:其他好文   时间:2014-12-24 13:25:12    阅读次数:114
[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 c...
分类:其他好文   时间:2014-12-22 22:55:09    阅读次数:218
[leetcode]
问题描述: 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 from C unlim...
分类:其他好文   时间:2014-12-22 21:19:26    阅读次数:172
【LeetCode】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 from C unlimi...
分类:其他好文   时间:2014-12-17 16:26:21    阅读次数:170
【LeetCode】Combination Sum II (2 solutions)
Combination Sum IIGiven a collection of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sum...
分类:其他好文   时间:2014-12-16 16:39:06    阅读次数:264
398条   上一页 1 ... 30 31 32 33 34 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!