Reverse-engineering the program from “Chronospatial Computer”, day 17 of Advent of Code 2024.
Solving “Bridge Repair”, from day 7 of Advent of Code 2024, in 4ms with Python with a simple deductive algorithm.
The 2 hardest problems in programming are naming, cache invalidation, and off-by-one errors.