In This problem we try to split an array in two parts where the sum of the two parts are equal with no repetition. In version 1.1 I have tried to improve efficiency by merging map and reduce
In This problem we try to split an array in two parts where the sum of the two parts are equal with no repetition. In version 1.1 I have tried to improve efficiency by merging map and reduce