/project-euler

Project Euler solutions in Python

Primary LanguagePython

The solution for each Project Euler problem is in a file named peXXX.py, with
the answer returned by the answer() function.

Files provided by the problem (e.g. words.txt) are in the 'data' folder.

pe000.py is provided as a template.

answer_timer.py may be used to time solutions.