Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Partition Problem" to determine if an array can be divided into two subsets of equal sum.

Run the code to see the output here...