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.
- Downloaded directly from site and stored in
data/
- p29 - Switched to python3 and virtualenvwrapper setup
- p7 - sieve of eratosthenes
- p9 - euclid's formula
- p14 - 183s. need a heuristic
- p39 - 39s
- p43 - 34s