码迷,mamicode.com
首页 >  
搜索关键字:combination theory    ( 1177个结果
[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[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-10 14:42:36    阅读次数:116
LeetCode 040 Combination Sum II
题目要求:Combination Sum IIGiven a collection of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate number...
分类:其他好文   时间:2015-02-07 20:18:42    阅读次数:122
LeetCode 039 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...
分类:其他好文   时间:2015-02-07 20:15:34    阅读次数:132
[Leetcode][Python]39: Combination Sum
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'39: Combination Sumhttps://oj.leetcode.com/problems/combination-sum/Given a set of candida...
分类:编程语言   时间:2015-02-07 00:24:38    阅读次数:186
[Leetcode][Python]40: Combination Sum II
# -*- coding: utf8 -*-'''__author__ = 'dabay.wang@gmail.com'40: Combination Sum IIhttps://oj.leetcode.com/problems/combination-sum-ii/Given a collecti...
分类:编程语言   时间:2015-02-07 00:24:13    阅读次数:141
LeetCode --- 40. Combination Sum II
题目链接: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 use...
分类:其他好文   时间:2015-02-06 21:48:23    阅读次数:290
LeetCode --- 39. Combination Sum
题目链接: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...
分类:其他好文   时间:2015-02-06 21:47:21    阅读次数:158
HDU 3215 The first place of 2^n (数论-水题)
The first place of 2^nProblem DescriptionLMY and YY are mathematics and number theory lovers. They like to find and solve interesting mathematic probl...
分类:其他好文   时间:2015-02-06 13:03:01    阅读次数:188
UVa 12096 - The SetStack Computer
12096 The SetStack ComputerBackground from Wikipedia: “Set theory is a branch ofmathematics created principally by the German mathe-matician Georg Can...
分类:其他好文   时间:2015-02-06 09:23:02    阅读次数:216
1177条   上一页 1 ... 95 96 97 98 99 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!