You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: estomagordo-python3/golf/README.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,24 @@ The intent is to keep the code as short as possible, "golfed", see [Code Golf](h
4
4
5
5
The one being that, at least for the time being, all solutions will read text files, the same text files that the ordinary solutions use.
6
6
7
-
That is, a golfed solution to challenge 10a would use the text file `input_10.txt`, rather than a one character long file name, or something altogether different. This may change in an upcoming version, if there is enough time.
7
+
That is, a golfed solution to challenge 10a would use the text file `input_10.txt`, rather than a one character long file name, or something altogether different. This may change in an upcoming version, if there is enough time.
8
+
9
+
Results so far:
10
+
11
+
1a.py
12
+
Golfed result EQUALS the regular result. The solution was shortened from 253 to 96 chars, or 37.94% of the original.
13
+
14
+
1b.py
15
+
Golfed result EQUALS the regular result. The solution was shortened from 256 to 103 chars, or 40.23% of the original.
16
+
17
+
4a.py
18
+
Golfed result EQUALS the regular result. The solution was shortened from 207 to 78 chars, or 37.68% of the original.
19
+
20
+
4b.py
21
+
Golfed result EQUALS the regular result. The solution was shortened from 241 to 103 chars, or 42.74% of the original.
22
+
23
+
9a.py
24
+
Golfed result EQUALS the regular result. The solution was shortened from 678 to 181 chars, or 26.7% of the original.
25
+
26
+
9b.py
27
+
Golfed result EQUALS the regular result. The solution was shortened from 548 to 153 chars, or 27.92% of the original.
0 commit comments