subset sum problem
1.0.0
Implementation of the following algorithms: Exact algorithms: Dynamic programming (DYN) Exhaustive search, i.e. the generation of the entire search tree + some pruning. (EXH) Approximation algorithms: Greedy 2-approximation algorithm (GREEDY) FPTAS