Juan José Gutiérrez de Quevedo Pérez
6b59d3efa6
day 16
2020-12-16 10:13:49 +01:00
Juan José Gutiérrez de Quevedo Pérez
2c8a012400
add a C version of the 2 problem
...
I wanted to check how much faster a C version would be. As it turns out
it is *MUCH* faster, the python version takes ca. 12s, the C version
takes a few milliseconds.
2020-12-15 11:41:46 +01:00
Juan José Gutiérrez de Quevedo Pérez
dd2497438d
optimized versions of day 15
...
interesting discoveries:
* using a list instead of a dict made a difference, but not a lot
* declaring the code in a function instead of as "global code" made *A
LOT* of difference. I guess it has to do with the variables being
global in that case
2020-12-15 11:40:03 +01:00
Juan José Gutiérrez de Quevedo Pérez
041b87cd05
a bit simplified solution
2020-12-15 10:21:30 +01:00
Juan José Gutiérrez de Quevedo Pérez
d96d701f34
add day 15
2020-12-15 10:04:21 +01:00
Juan José Gutiérrez de Quevedo Pérez
aeb3db0bdc
add a readme
2020-12-14 10:57:01 +01:00
Juan José Gutiérrez de Quevedo Pérez
de871332e5
add day 14
2020-12-14 10:03:21 +01:00
Juan José Gutiérrez de Quevedo Pérez
f623e74bbf
fix function name
2020-12-13 22:08:57 +01:00
Juan José Gutiérrez de Quevedo Pérez
3983a072b0
add day 13
2020-12-13 22:06:40 +01:00
Juan José Gutiérrez de Quevedo Pérez
4802886c99
add 12th day
2020-12-13 00:19:52 +01:00
Juan José Gutiérrez de Quevedo Pérez
a58e31c982
missing day 10 programs
...
2.py missing because it's very ugly and probably broken just now
2020-12-11 14:53:05 +01:00
Juan José Gutiérrez de Quevedo Pérez
9443543a77
a faster solution, ca 1:30 minut to 10 seconds
2020-12-11 14:52:29 +01:00
Juan José Gutiérrez de Quevedo Pérez
3ace709714
day 11
2020-12-11 14:40:29 +01:00
Juan José Gutiérrez de Quevedo Pérez
f896e7c753
initial commit on day 9
2020-12-09 09:26:04 +01:00