Solved a few Advent of Code problems back from 2015 by brute-forcing the solution. Point being, I appreciate what years in the industry taught me. Easiest/most naive solution first, see if it works, and if it's "good enough", leave it. If not, optimize.