Discussion thread for day 16 of the Advent of Code - https://adventofcode.com/2023/day/16
I lucked out on my first run (I had a bug that could have resulted in miscounting, but everything worked out okay thankfully; I think I had about a 25% chance of success). Similar approach to @gawa except I added a bit of extra logic that allowed for my workflow to take half the time! only 18 minutes XD
Clever Brute Force Strategy (for part 2):
Workflows:
Team Brute Force
Part 1 macro
I mistook the record point of history, so I wasted a lot of time. It was too hard to find.
Part 2 Batch Macro
This batch macro run Part 1 macro 440 times.
I also use brute force.
I am also solidly on team Brute Force. There has got to be a better way. This is on my list to cleanup and optimize as I have time, but for now my focus is on getting D12P2 done!
P1 and P2 had the same macro logic but different setups. More in spoiler
Done, but later I will try to create more faster workflow.
P1 macro
P2 macro, calls M1 macro.