/project-euler-solutions

A list of codes used to solve Project Euler problems

Primary LanguagePython

Project Euler solutions

This repository lists some codes, produced by Lucas Willems, for solving Project Euler problems. You will find:

  • a functions.py file containing several useful functions
  • solutions to the first Project Euler problems with explanations when maths are used

Requirements

  • Python 3