Skip to content

Files

Latest commit

9d7f779 · Jun 11, 2020

History

History

subset-sum

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 11, 2020
Jan 28, 2018
Feb 6, 2018
The subset sum problem can be defined as follows: given a set S of integers,
is there a non-empty subset of S such that its sum equals zero? It is a
special case of the knapsack problem.

Original assignment: a127ebbfe9fcac48492786a0401125dd9532f8a8