My solutions to the Project Euler problems, mostly in Python

Adel Qalieh 6462215537 Merge branch 'master' of github.com:adelq/project-euler 5 lat temu
.gitattributes d0a1793a73 Initial commit 13 lat temu
.gitignore d0a1793a73 Initial commit 13 lat temu
1.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
10.py 7411eb888b Add more docstrings to solutions 12 lat temu
11.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
112.py 3dce41015a Bouncy numbers 12 lat temu
12.py 7411eb888b Add more docstrings to solutions 12 lat temu
13.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
14.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
15.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
16.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
17.py 63dfb1a96e Number letter counts 12 lat temu
18.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
18_triangle.txt a8a0ba2b0c Maximum path sum I 13 lat temu
19.py e9a521d4df Counting Sundays 12 lat temu
2.py 7411eb888b Add more docstrings to solutions 12 lat temu
20.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
21.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
211.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
22.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
23.jl 79fdc7d029 Non-abundant sums 11 lat temu
24.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
25.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
26.py 01e7003d37 Reciprocal cycles 13 lat temu
27.jl 2438c2b7a4 Quadratic primes 11 lat temu
28.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
29.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
3.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
30.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
31.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
32.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
33.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
34.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
35.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
36.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
37.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
38.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
39.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
4.py 1e630887fb Small optimization in looping for Python 9 lat temu
40.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
41.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
42.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
43.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
45.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
46.jl aa4a6dcfcc Goldbach's other conjecture 11 lat temu
48.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
49.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
5.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
52.py 8cf7aaa3ea Permuted multiples 13 lat temu
53.py fd3fb2eeb6 Combinatoric selections 13 lat temu
55.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
56.py 176263bac5 Powerful digit sum 13 lat temu
58.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
59.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
59_words.txt e758a9fe6e XOR decryption 13 lat temu
6.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
63.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
67.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
67_triangle.txt 68351f8097 Maximum path sum II 13 lat temu
7.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
74.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
8.py 4781022d36 Fix Python version of 'Largest product in a series' 9 lat temu
9.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
92.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
97.py a38b1292a0 Use 2to3 for initial conversion to Python 3 12 lat temu
99.py a96a36f03c Largest exponential 12 lat temu
TIME.md b96c3bbdba Start time benchmark file (on Eniac) 12 lat temu
names.txt b8a6f362fc Names scores 13 lat temu
problem01.go cabeef363e Problem 1 in Go 9 lat temu
problem02.go b1df6e51df Even Fibonacci numbers in Go 9 lat temu
problem03.go a9571617a5 Fix variable naming 9 lat temu
problem04.go a9571617a5 Fix variable naming 9 lat temu
problem05.go bf7c8922fd Smallest multiple in Go 9 lat temu
problem06.go 3ec0a1f12f Sum square difference in Go 9 lat temu
problem07.go 220a0d421a 10001st prime in Go 9 lat temu
problem08.go a9571617a5 Fix variable naming 9 lat temu
problem10.go ee9640dd83 Summation of primes in Go 9 lat temu
problem14.go 592a504e5a Longest Collatz sequence in Go 9 lat temu
words.txt 5c52b45094 Coded triangle numbers 13 lat temu