Wednesday, November 25, 2015

A Change of Rules in Golf

So, I have basically abandoned the Project Euler Language Challenge project for now it seems. I also didn't have the enthusiasm to get started on the Code Golf version of the PELC. However, over the last few days I have been bored and decided to do some code golf only in python. I have solved the first 23 problems in some very minimal python, and I find it very fun to 'play code golf', trying to squeeze out every last bit of code possible. Below is a chart of my progress:
ProblemFileBytes
1 e1.py 47
2 e2.py 52
3 e3.py 57
4 e4.py 77
5 e5.py 57
6 e6.py 50
7 e7.py 83
8 e8.py 110
9 e9.py 88
10 e10.py 79
11 e11.py 268
12 e12.py 78
ProblemFileBytes
13 e13.py 41
14 e14.py 105
15 e15.py 54
16 e16.py 34
17 e17.py 180
18 e18.py 147
19 e19.py 135
20 e20.py 64
21 e21.py 99
22 e22.py 106
23 e23.py 177
Total23 Files2188

No comments:

Post a Comment