/project-euler

project euler solutions

Primary LanguagePHP

project-euler

This repositry hold solutions for project-euler problems. As of now I would try to foucs on writing the solutions in php.

to run any of the solutions:

In terminal from the project root directory run this command

php php/problem_n.php

where n is the problem id, e.g. for probelm 4 you would write:

php php/problem_4.php