My solutions to the Project Euler problems, mostly in Python

Adel Qalieh 04b79d1ea3 Largest prime factor in Go 9 years ago
.gitattributes d0a1793a73 Initial commit 13 years ago
.gitignore d0a1793a73 Initial commit 13 years ago
1.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
10.py 7411eb888b Add more docstrings to solutions 12 years ago
11.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
112.py 3dce41015a Bouncy numbers 12 years ago
12.py 7411eb888b Add more docstrings to solutions 12 years ago
13.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
14.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
15.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
16.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
17.py 63dfb1a96e Number letter counts 12 years ago
18.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
18_triangle.txt a8a0ba2b0c Maximum path sum I 13 years ago
2.py 7411eb888b Add more docstrings to solutions 12 years ago
20.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
21.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
211.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
22.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
23.jl 79fdc7d029 Non-abundant sums 11 years ago
24.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
25.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
26.py 01e7003d37 Reciprocal cycles 13 years ago
27.jl 2438c2b7a4 Quadratic primes 11 years ago
28.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
29.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
3.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
30.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
31.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
32.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
33.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
34.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
35.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
36.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
37.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
38.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
39.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
4.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
40.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
41.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
42.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
43.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
45.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
46.jl aa4a6dcfcc Goldbach's other conjecture 11 years ago
48.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
49.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
5.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
52.py 8cf7aaa3ea Permuted multiples 13 years ago
53.py fd3fb2eeb6 Combinatoric selections 13 years ago
55.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
56.py 176263bac5 Powerful digit sum 13 years ago
58.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
59.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
59_words.txt e758a9fe6e XOR decryption 13 years ago
6.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
63.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
67.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
67_triangle.txt 68351f8097 Maximum path sum II 13 years ago
7.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
74.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
8.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
9.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
92.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
97.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 years ago
99.py a96a36f03c Largest exponential 12 years ago
TIME.md b96c3bbdba Start time benchmark file (on Eniac) 12 years ago
names.txt b8a6f362fc Names scores 13 years ago
problem01.go cabeef363e Problem 1 in Go 9 years ago
problem02.go b1df6e51df Even Fibonacci numbers in Go 9 years ago
problem03.go 04b79d1ea3 Largest prime factor in Go 9 years ago
words.txt 5c52b45094 Coded triangle numbers 13 years ago