OYO interview question

Write a code to separate array elements into two partition such that sum of each partition is equal.

Interview Answer

Anonymous

12 Sept 2018

I solved it using dynamic programming.