adventofcode

Apple 2025-11-22T02:21:11.465789Z

narimiran 2025-11-23T08:40:13.081789Z

Oh, I still vividly remember that task, 9 years later. :') Back then I was solving it in Python and this task crushed my hopes and motivation, had to take multi-day break before continuing with other tasks of that year.

erwinrooijakkers 2025-11-26T12:59:53.538249Z

Oh yes, I remember, struggling with the floors. Also remember being surprised seeing how Peter Norvig solved it, that it could be fitted in a simple algorithm. https://nbviewer.org/url/norvig.com/ipython/Advent%20of%20Code.ipynb > I knew my astar_search function would come in handy! I see now the performance of his solution is actually not good. Should be possible to find a quicker solution?

Apple 2025-11-26T15:23:45.439659Z

This solution is very quick.

👍 1
Apple 2025-11-22T02:23:29.853359Z

It's on autopilot and the answer is correct.