Skip to content

Latest commit

 

History

History
97 lines (69 loc) · 3.83 KB

README.md

File metadata and controls

97 lines (69 loc) · 3.83 KB

Challenges Soved C++ Version Compilation Tool Unit Tests

GitHub Challenges Code coverage Codacy

Project Euler Challenges

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.

Table of Contents

Structure

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

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