Question d’entretien chez Programmers.io

Partition subset sum equal. We have given an array and divide it into two part but eqal sum Input: array Sample: Input:[1,5,11,5] Output: true Explanation: (1+5+5)=11. (11) Both are equal so divide it into two parts