My solutions to the Project Euler problems, mostly in Python

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