Skip to content

2016/10/28 Combination Sum (Array + Back Tracking) #3

@MiliOnE

Description

@MiliOnE

Combination Sum (Array + Back Tracking)

给定候选集合C,和目标数字T,返回C中所有不同的数字组合且总和为T

i.e

C = [ 2,3,6,7], T = 7
return :

[
[7]
[2,2,3]
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions