Skip to content

mlefebvre1/projecteuler-python

Repository files navigation

ProjectEuler-Python

project status

Solve the first 100 problems from Project Euler in python

https://projecteuler.net


How to use

Install dependencies

pip install .

Run regression tests (runs all the problems and validate the answers)

pytest

Solve a single problem

./solve.py -p <problem_number>

Solve all problems

./solve.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published