Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Equal Subset Partition Problem" where you need to determine if an array can be partitioned into two subsets with equal sum.

Run the code to see the output here...