Introduction to Pathfinding with Mazes and Breadth-first Search

1 · Tom Cant · Sept. 13, 2021, midnight
As with many programmers wanting to sharpen their problem-solving skills, I’ve recently been tackling Advent of Code, a digital Advent calendar in which each day presents an increasingly difficult puzzle to solve. Having completed the 2016 calendar, which involved several pathfinding problems, I’ve become obsessed with mazes and pathfinding algorithms....