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.
The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.
This project is composed by the Challenges
library, where you can find algorithms for each Project Euler's
challenge inside its corresponding directory. And the tests
directory, which contains the verification of
each challenge algorithm.
Tests are built using Google Test and Google Benchmark libraries.
Solutions are located inside lib/challenges/cWXYZ
directory, where WXYZ
is the challenge number following
the Archive section on Project Euler webpage.
Click here to unfold solved challenges list
- Challenge 1
- Challenge 2
- Challenge 3
- Challenge 4
- Challenge 5
- Challenge 6
- Challenge 7
- Challenge 8
- Challenge 9
- Challenge 10
- Challenge 11
- Challenge 12
- Challenge 13
- Challenge 14
- Challenge 15
- Challenge 16
- Challenge 17
- Challenge 18
- Challenge 19
- Challenge 20
- Challenge 21
- Challenge 22
- Challenge 23
- Challenge 24
- Challenge 25
- Challenge 26 - Not yet solved...
- Challenge 27