Skip to content

kamil157/euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler

Solutions to tasks from https://projecteuler.net/

To install dependencies:

pip3 install -r requirements.txt

To run tests:

from project root run:

export PYTHONPATH=\`pwd\`
cd tests
python3 -m unittest

To run a single task:

from project root run:

export PYTHONPATH=\`pwd\`
cd tasks
python3 task1.py

About

Solutions for Project Euler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages