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