读书人

leetcode Combination Sum 使用会合中

发布时间: 2013-10-30 12:56:21 作者: rapoo

leetcode Combination Sum 使用集合中的元素求和得到目标值


http://oj.leetcode.com/problems/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 unlimited number of times.

Note:

读书人网 >其他相关

热点推荐