Skip to content

mathyourlife/Project-Euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project-Euler
=============

My Solutions to the Project Euler problems.  My goal is to generate a 
solution on my own for each problem first, and continually optimize 
until under the 1 minute limit.  Classes are built with flexibilty for 
general cases and efficiency as main goals.

Required Packages
-----------------
numpy


Usage
-----
Export path to PYTHONPATH
export PYTHONPATH="$PYTHONPATH:/path/to/Project-Euler/"

Run solutions via:
python ProjectEuler/solutions/problem_001.py


About

My Solutions to the Project Euler problems. My goal is to generate a solution on my own for each problem first, and continually optimize until under the 1 minute limit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages