Welcome! This repository contains my personal solutions to the challenging mathematical and computer programming problems found at Project Euler.
My current objective is to solve 500 problems. I am documenting my progress and sharing my solutions as I work through them to improve my algorithmic thinking and mathematical problem-solving skills.
- Target: 500 Problems
- Last Updated: January 2026
| Problem Range | Progress | Status |
|---|---|---|
| 1 β 100 | 0/100 | π§ In Progress |
| 101 β 200 | 0/100 | π Not Started |
| 201 β 300 | 0/100 | π Not Started |
| 301 β 400 | 0/100 | π Not Started |
| 401 β 500 | 0/100 | π Not Started |
Each problem is organized into its own folder or file for clarity:
Problem_001/: Multiples of 3 and 5Problem_002/: Even Fibonacci numbers- ...and so on.
If you want to run these solutions locally:
- Clone the repository:
git clone https://github.com