/euler

My python solutions for Project Euler exercises (http://projecteuler.net)

Primary LanguagePython

Project Euler Exercises

Some of my solutions to Project Euler problems.

Workflow

  • Write down the problem
  • Think of possible solutions (maybe do some research)
  • Write some unittests for internal methods
  • Write some unittests for the main program
  • Write some solutions (test are run by running the scripts)

Notes

  • These are somewhat old, but I like to keep them around as a reminder of progress.
  • I'm going to try to work on Project Euler a bit every week just for fun so hopefully this repo will start growing.