I'm pretty sure my Day 15 isn't working because of...
# advent-of-code
t
I'm pretty sure my Day 15 isn't working because of a) My pathfinding algorithm is the wrong choice (A*) and I should have done a more straight forward DFS, b) Constant headaches keeping me from focusing on details, c) Lack of time. Going to write up D16 and then try again later. I feel like I'm close, finding paths better is possibly it.
a
I can really sympathise with your headaches. I am currently limited to about 1 hour a day of screen time, just about enough for AoC (apart from D15) & it forces me to read the problem & think about it before starting to code.
t
Yeah same here. I spend a lot of time talking to my dogs about it when we are on walks. Between AoC and practicing parts of my Kotlin talk on them earlier this year, they are pretty good Kotlin programmers by now.