Skip to content

JoaoVitorLeite/ProjectEuler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler

Project Euler problem solving

Project Structure

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
|
|

Problems

IDE

The IDE used was Intellij Idea.

References

License

The LICENSE used is Apache-2.0.

About

Project Euler problem solving

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages