Skip to content

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

Notifications You must be signed in to change notification settings

Pete1232/ProjectEuler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages