newsaurabhshah / algorithm-in-action

practical algorithm demo on java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Project is demo of various algorithm centric demo on Java. In most cases attempt is made to remove all external dependency on the project. In case of dependency I'll add maven nature to project in a later stage. What is SplitArray in 2 array with equal sum?

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

About

practical algorithm demo on java