Solution for Project Euler

Here you find a documentation of serveral classes that solve problems given by the well-known Project Euler!

Just edit the method main in class Euler to chose one of the solving classes. The relation between all packages and classes is visualized in this package-diagram:

package-diagram of Project Euler
Packages 
Package Description
net.n1da.dev.euler
This package contains all classes that are necessary to solve problems given by the well-known Project Euler.
net.n1da.dev.euler.core
Here you find classes that build the core to solve Project Euler's Problems.
net.n1da.dev.euler.helper
This helper-package collects useful methods and classes to make the work at many places much easier ;)
net.n1da.dev.euler.helper.poker
This poker-package collects useful classes needed to simulate a Poker play.
net.n1da.dev.euler.templates
Within this package some template classes for problems and their tests can be found.
net.n1da.dev.euler.tests
Within this package some classes for several tests can be found.
net.n1da.dev.euler.tests.problems
Within this package some classes for problem tests can be found.
net.n1da.dev.euler.tests.problems.suites
Within this package some suite classes for problem tests can be found.