Equal Sum Partition - Dynamic Programming
Hi folks, Welcome back once again.
In this article, we will check if an array can be partitioned into two parts so that the sum of elements in both sets/parts is the same.
prerequisite : Knapsack approach and subset sum approach
In the above examp...
nishantgour.tech3 min read