OYO Interview Question

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

Interview Answer

Anonymous

Sep 12, 2018

I solved it using dynamic programming.