adventOfCode/challenges/2024/08-resonantCollinearity
2024-12-08 17:08:50 +00:00
..
generate-vis.sh 2024.08 visualisation 2024-12-08 13:43:39 +00:00
main.py 2024.08 2024-12-08 12:34:53 +00:00
out.mp4 Reset highlight colour to always be red 2024-12-08 17:08:50 +00:00
README.md 2024.08 visualisation 2024-12-08 13:43:39 +00:00
tests.json 2024.08 2024-12-08 12:34:53 +00:00
vis.py Reset highlight colour to always be red 2024-12-08 17:08:50 +00:00

Day 8: Resonant Collinearity

Part 1 is:

  • less than 298

This is not a fully generic solution as, in a situation where the differences between x and y dimensions of pairs of coordinates are not coprime, this implementation would skip steps.

Visualisation exists as out.mp4