Skip to content

newsaurabhshah/algorithm-in-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published