advent-of-code/2020/solutions/9
2021-12-01 11:43:46 +01:00
..
python move to 2020 fodler 2021-12-01 11:43:46 +01:00
README.md move to 2020 fodler 2021-12-01 11:43:46 +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