Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 585 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 585 Bytes

project-euler

Author: Tony Yin

Project Euler solutions implemented in Python and R. Each problem/solution resides in its own file and contains the problem prompt, optional input for a more generalized problem (eg. use a different number), and program running time info.

Notes

Data

  • Downloaded directly from site and stored in data/

Python

  • p29 - Switched to python3 and virtualenvwrapper setup

To Dos:

  • p7 - sieve of eratosthenes
  • p9 - euclid's formula
  • p14 - 183s. need a heuristic
  • p39 - 39s
  • p43 - 34s