Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 512 Bytes

File metadata and controls

35 lines (22 loc) · 512 Bytes

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