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

223 B

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