DEV Community

Robert Mion
Robert Mion

Posted on

Race Condition

Advent of Code 2024 Day 20

Part 1

Gonna be a swift defeat

It's times like this that I wish I had stronger computer science skills.

What I expect to need for this challenge:

  • Path exploration algorithm
  • Where each step in the path has up to three variations to check

My last few attempts at path exploration have resulted in an underperforming program.

I suspect this will be even worse, given the need to explore paths with walls swapped for open spaces.

Given that, I sadly am not excited to try this one.

I'm usually up for a challenge. But this seems out of reach for me from the start.

Maybe tomorrow's challenge will be more accessible to me.

Top comments (0)