aoc2020/15
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.py optimized versions of day 15 2020-12-15 11:40:03 +01:00
2.py optimized versions of day 15 2020-12-15 11:40:03 +01:00