Skip to content

dparmenter123/project_euler

Repository files navigation

project_euler

Welcome to some of my solutions for euler project.

For more information, please visit http://projecteuler.net/

This code is made public purely for my own purposes. If you are curious about project euler, I would urge you to NOT look at my solutions, but to go to the site and start solving them yourself!

Setting up the environment

create a virtualenv

virtualenv .

activate it

. bin/activate

install required packages

pip install -r requirements.txt

Solution

each solution can be run from the command line. Timing information is reported in standard logging format on stderr.

Testing

nosetests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages