Skip to content

rheard/ProjectEuler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Project Euler Solutions

This repository contains my solutions to Project Euler problems, organized as importable Python modules.

Each problem is implemented as its own module, and can be run collectively or individually using the __main__.py entry point.


Usage

After installing, you can run all solved problems by running the script using:

python -m ProjectEuler

Additionally, you can run specific problems by providing them in command line:

python -m ProjectEuler p007 p008

About

Holds my solutions for ProjectEuler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages