Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 839 Bytes

File metadata and controls

13 lines (8 loc) · 839 Bytes

c++-problem-solving

This hobby project uses C++ to solve numeric puzzles as those proposed by Project Euler.

Project Euler : 1, 2, 3, 4, 5, 6, 9

Solutions are proposed in self-supporting C++ files.
A global main function solves all the above problems one after the other.
A test suite is also proposed.

Any comment? Open an issue, or start a discussion here or at profile level.

(end of README)