OpenGenus/cosmos

Add DP version of subset sum

Open

#723 aberto em 6 de out. de 2017

Ver no GitHub
 (2 comments) (1 reaction) (0 assignees)C++ (3.724 forks)batch import
Hacktoberfestadd codenew algorithm

Métricas do repositório

Stars
 (13.462 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Add the dynamic programming approach of solving the subset sum problem.

The code should be added at code/dynamic_programming/subset_sum.

Guia do colaborador