This repository contains my solutions to various challenges from Project Euler — a collection of mathematical and computational problems intended to be solved with programming.
"Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve."
Each problem typically involves a mix of:
- Mathematics and number theory
- Algorithms and data structures
- Logical reasoning and optimization
Solving these problems is a great way to strengthen programming, algorithmic, and analytical skills.
- Language: C#
- Tools: Visual Studio / VS Code