Project Euler problem solving
src
|
|
+---.gitignore
| build.sbt
| LICENSE
| README.md
|
|
\---src
| |
| \---main
| | \---scala
| | \---euler
| | P1.scala
| | P2.scala
| | P3.scala
| | P4.scala
| | P5.scala
| | P6.scala
| | P7.scala
| | P8.scala
| | P9.scala
| | P10.scala
| |
| \---test
| \---scala
|
|
-
Problem 1 Solution = 233168
-
Problem 2 Solution = 4613732
-
Problem 3 Solution = 6857
-
Problem 4 Solution = 906609
-
Problem 5 Solution = 232792560
-
Problem 6 Solution = 25164150
-
Problem 7 Solution = 104743
-
Problem 8 Solution = 23514624000
-
Problem 9 Solution = 31875000
-
Problem 10 Solution = 142913828922
The IDE used was Intellij Idea.
The LICENSE used is Apache-2.0.