Skip to content

MaxDauber/project_euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler Solutions

These are solutions that I created for various Project Euler problems.

Running the Code

When you run each *.py individually, it will output a single line numerical answer and the runtime in seconds unless the problem specifically asks for a different format. According to the rules, each script will run in under 1 minute.

The useful_functions module is for basic functions that I utilize in multiple problems, like generating primes or finding factors of a number.

About

solving some problems from Project Euler for fun/python practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages