Project Euler problems in Java and Scala
The solutions are not meant to be as (mathematically) efficient as possible, though the performance goal is less than 1 second.
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 12
- 13
- 14
- 16
- 18
- 19
- 20
- 21
- 22
- 23
- 25
- 27
- 28
- 29
- 67
- 11
mvn package
java -jar ./target/project-euler-1.0-SNAPSHOT.jar -{problem name}
java -jar ./target/project-euler-1.0-SNAPSHOT.jar -problem3
Solved Problem3 in 37 ms [6857]