Advent of Code 2025 Day 2





Part 1





Optimizing a brute force algorithm


I don't yet recognize a pattern in the numbers to write a program that doesn't check every number.

But I do see a way to skip certain ranges, depending on a few characteristics:


Skip any numbers containing an odd amount of digits. Those numbers can't...