Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems.
Read more about ProjectEuler on the official website.
My solutions are designed to have a 100% rating on hackerrank, which means you can get inspired by them. If any of my solutions doesn't get a full-score on hackerrank I am most likely still working on it, or I included some information about it in the ReadMe.md of the problem.
Euler | HackerRank | Language | Explained | Main Solution Score | Alternative Solution | Alternative Solution Score |
---|---|---|---|---|---|---|
Problem1 | Problem1 | C# | Yes | 100% | None | None |
Problem2 | Problem2 | C# | Yes | 100% | None | None |
Problem3 | Problem3 | C# | No | 100% | None | None |
Problem4 | Problem4 | C# | No | 100% | Yes | 25% |
Problem5 | Problem5 | C# | No | 100% | None | None |
Problem6 | Problem6 | C# | No | 100% | None | None |
Problem7 | Problem7 | C# | No | 100% | None | None |
Problem8 | Problem8 | C# | Yes | 100% | None | None |
Problem9 | Problem9 | WIP | No | 0% | None | None |
Problem10 | Problem10 | WIP | No | 0% | None | None |
Problem11 | Problem11 | C# | Yes | 100% | None | None |