(c) 2015 GeekZy.Net
Exercise of Algorithm problems and its solution from sotong, topcoder or any other source of Algorithm problems.
Compiling into jar:
#> gradle clean assemble
Run all available test cases:
#> gradle test
Export eclipse .project and .classpath file:
#> gradle cleanEclipse eclipse