/project-euler

Solutions to number theory questions

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

project-euler

Project Euler offers self-contained problems which often require algorithm optimization to solve (in a reasonable amount of time).

The solutions broadly include number theory topics, including:

  • prime numbers
  • prime sieves
  • Ulam spirals
  • combinatorics
  • sets of integers with unique properties

The time_this.py decorator was written to quantify function execution times.