advent-of-code/solutions/9
2020-12-10 00:05:39 +01:00
..
python 9 2020-12-10 00:05:39 +01:00
README.md 9 2020-12-10 00:05:39 +01:00

9

Again the python std lib saved me some lines of code. itertools to the rescue and basically we are done.

Solutions
  1. 23278925
  2. 4011064