Go to file
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
1 initial commit on day 9 2020-12-09 09:26:04 +01:00
2 initial commit on day 9 2020-12-09 09:26:04 +01:00
3 initial commit on day 9 2020-12-09 09:26:04 +01:00
4 initial commit on day 9 2020-12-09 09:26:04 +01:00
5 initial commit on day 9 2020-12-09 09:26:04 +01:00
6 initial commit on day 9 2020-12-09 09:26:04 +01:00
7 initial commit on day 9 2020-12-09 09:26:04 +01:00
8 initial commit on day 9 2020-12-09 09:26:04 +01:00
9 initial commit on day 9 2020-12-09 09:26:04 +01:00
10 missing day 10 programs 2020-12-11 14:53:05 +01:00
11 a faster solution, ca 1:30 minut to 10 seconds 2020-12-11 14:52:29 +01:00
12 add 12th day 2020-12-13 00:19:52 +01:00
13 fix function name 2020-12-13 22:08:57 +01:00
14 add day 14 2020-12-14 10:03:21 +01:00
15 optimized versions of day 15 2020-12-15 11:40:03 +01:00
README.md add a readme 2020-12-14 10:57:01 +01:00

My solutions to advent of code 2020