First submission
How long will my program take? Why does my program run out of memory? Iterative or recursive approach?
Note: Refactor your existing source, that you practically use the knowledge of:
Different packages
Different access level
Abstract class(es)
Interface(s)
Inheritance
The result will be checked by
=> maven package and
=> java -cp target/exercise1.jar de.htw.app.YourMainClass
=> before uploading your implementation of Exercise 1, please run the following command: mvn clean