Day 9: https://github.com/TijmenK/AoC2020/blob/main/day9.py
Could reuse a lot of tricks from the last couple of days, it's nice to write code with minimal trial and error fuss. And I'm finally starting to get comfortable with list slicing and list comprehension.
@Tijmen started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
Day 9: https://github.com/TijmenK/AoC2020/blob/main/day9.py
Could reuse a lot of tricks from the last couple of days, it's nice to write code with minimal trial and error fuss. And I'm finally starting to get comfortable with list slicing and list comprehension.