Solving Project Euler, one problem at a time
Each .py file contains 10 Project Euler (https://projecteuler.net/) problems, except for euler_wip.py which contains the problems I am currently working on.
The utils.py file is a collection of functions used in the euler_xyz.py files.
Some problems are missing because I was lazy and did them trivially in the Python CLI.
Currently missing (but solved) problems :
- euler_1-10.py : 6,7,8,10
- euler_11-20.py : None
- euler_wip.py : 22