This is an implementation of the Sub Set Sum Backtracking algorithm in C. The algorithm is used to find a subset of a given set of numbers that adds up to a given sum. The algorithm is implemented using backtracking.
c
tree
algorithm
sum
backtracking
backtracking-search
datastructure
backtracking-algorithm
ds
data-structures-and-algorithms
subsetsum
sub-set-sum
sum-algorithm
-
Updated
Dec 10, 2022 - C