/ProjectEuler

Repo of my solutions to ProjectEuler problems (projecteuler.net)

Primary LanguageScala

ProjectEuler

My solutions to the problems on projecteuler.net

Written in Scala using the Dotty compiler

Project structure

All main classes are contained in the solutions package. Sbt allows the main class to run to be chosen at runtime in the console. Any reusable methods are contained within other packages and imorted into the solution scripts.

Running the project

Run sbt run from the top directory. You will be prompted to input a number to choose which problem main method you want to run.