Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 567 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 567 Bytes

project-euler

This repository contains solutions to some problems of the Project Euler (see http://projecteuler.net/)

Solved problem can be found in the solved directory.

I started to create a lib in order to help me to solve some problems more efficiently. Currently this lib provides only prime numbers helpers and can be found in the folder eulib

Various tools can also be found in the tools folder. The tools can be useful for some problems. convert can be used to create the header of a C/C++ file from the text describing the problem.