This repository contains a collection of Python solutions for various problems from Project Euler (https://projecteuler.net/). Project Euler is a series of challenging mathematical/computer programming problems that require more than just mathematical insights to solve.
- Each problem is organized in its own Python file (e.g.,
001.py,002.py, etc.). - A separate
utils.pyfile contains commonly used utility functions that are reused across multiple solutions. - The
README.mdfile provides an overview of the repository and instructions on how to run the solutions.