Topic: Dynamic Programming Problem / Level: beginner

Problem: Determine if a given target sum can be obtained by summing a subset of the elements in an array.

Run the code to see the output here...