This is an ongoing project dedicated to creating C# solutions for the Project Euler programming challenges. The primary goal is to have fun while improving problem-solving skills. If you're interested in trying these challenges yourself, be sure to check out the official Project Euler website.
All problem solutions are organized within the ProjectEuler.Solutions.Solvers
namespace. Problems are fetched directly from the Project Euler website.
Additionally, this repository includes a file with a list of known solutions sourced from luckytoilet/projecteuler-solutions. This file is primarily used to verify the correctness of solutions without overloading the Project Euler website.
To test this project, you can either:
- Run the
Program.cs
file directly. - Use the accompanying unit test project for automated testing.
Please avoid looking up solutions until you’ve attempted the problems yourself. This repository is meant for those who have already solved one or more problems and wish to compare or share code.