Advent Of Code 2020
Go to file
2020-12-12 06:53:18 +01:00
aoclib remove ununsed import 2020-12-09 06:43:01 +01:00
inputs day12 2020-12-12 06:34:48 +01:00
day01.py use python's own timeit module instead of our own halfbaked implementation 2020-12-07 11:00:58 +01:00
day02.py use python's own timeit module instead of our own halfbaked implementation 2020-12-07 11:00:58 +01:00
day03.py use python's own timeit module instead of our own halfbaked implementation 2020-12-07 11:00:58 +01:00
day04.py use python's own timeit module instead of our own halfbaked implementation 2020-12-07 11:00:58 +01:00
day05.py use python's own timeit module instead of our own halfbaked implementation 2020-12-07 11:00:58 +01:00
day06.py use python's own timeit module instead of our own halfbaked implementation 2020-12-07 11:00:58 +01:00
day07.py makes parsing minimally faster (and also more readable) 2020-12-08 08:55:18 +01:00
day08.py pre-optimizing the opcode makes p1 take twice the time, but p2 almost twice as fast 2020-12-08 10:51:26 +01:00
day09.py finally it clicked for d9p2 2020-12-10 15:28:17 +01:00
day10.py day 10 2020-12-10 07:47:12 +01:00
day11.py day11: remove another 2 dict-accesses 2020-12-11 13:52:48 +01:00
day12.py day12: no need to re-evaluate where in p2 2020-12-12 06:53:18 +01:00
main.py use python's own timeit module instead of our own halfbaked implementation 2020-12-07 11:00:58 +01:00