/Euler

Solutions to https://projecteuler.net/problems

Primary LanguagePython

Euler

Solutions to https://projecteuler.net/problems

Euler Profile Badge

Don't look if you don't want spoilers.

Requirements

  • Python 3
  • run setup.py from Elevated Command line to add src/modules directory to PYTHONPATH

Layout

Files are grouped in sets of 100. 100 directory holds problems 0 - 100, 200 holds 101 - 200, etc...

Tests

Tests can be run via the following: py .\src\tests\<test file name>.py