- Notifications
You must be signed in to change notification settings - Fork1
🧮👨💻 Series of challenging mathematical/computer programming problems
License
cdalvaro/project-euler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Project Euler is a series of challenging mathematical/computer programming problems thatwill require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant andefficient 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 todelve into unfamiliar areas and learn new concepts in a fun and recreational context.
This project is composed by theChallenges
library, where you can find algorithms for each Project Euler'schallenge inside its corresponding directory. And thetests
directory, which contains the verification ofeach challenge algorithm.
Tests are built usingGoogle Test andGoogleBenchmark libraries.
Solutions are located insidelib/challenges/cWXYZ
directory, whereWXYZ
is the challenge number followingtheArchive 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
About
🧮👨💻 Series of challenging mathematical/computer programming problems