Skip to content

Repository to create a personnal library to solve various problems presented in the EulerProject.

Notifications You must be signed in to change notification settings

PhyToCode/EulerProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EulerProject

Repository to create a personnal library to solve various problems presented in the EulerProject.
The goal is not only to solve each problem with the values given in the statements but with as many values as possible in order to have functional and efficient algorithms for any value and thus generalize each problem.
Respecting the rules of EulerProject, only the first 100 problems will be solved in this repository.

# Compilation with CMake
To configure all the relevant Makefiles, please type the following commands from the top-level directory:

%prompt% mkdir build
%prompt% cd build
%prompt% cmake ..
%prompt% make

To erase all files of sub-directory /build to recompile all with cmake, use the following command in the folder /build:
%prompt% rm * -rfv

About

Repository to create a personnal library to solve various problems presented in the EulerProject.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published