Project Euler

Solutions to Project Euler problems

Project Euler Progress

Project Euler is a website containing a series of complex mathematical problems intended to be solved using computer programming techniques. While the goal is to determine which mathematical methods will help you arrive at solutions to them, the use of computer programming skills are required to solve most of the problems.

As of March 2021, Project Euler offers 700+ problems, all ranging in difficulty from 5% to 100%, as indicated by the site.

Each problem usually looks for a number or a set of numbers as the final solution. For a problem to be considered solved, the correct final answer to the problem has to be calculated and submitted into the platform.

Consequently, the performance and efficiency of the algorithm used to determine the solutions is not taken into consideration. However, finding an optimal algorithm can beneficial to developing programming and mathematical skills.

The Project Euler community does not recommend sharing solutions so that others have a chance to solve the problems on their own. As a result, the algorithms I create to solve these problems will be saved on a private GitHub repository.

Below is a list of problems I was able to solve:

Solved Project Euler Problems: