Search
⌘K

Maze Pathfinding Algorithm

Implement an algorithm to find a path from a start node to an end node in a 2D array representing a maze. The solution should efficiently navigate through valid paths while avoiding obstacles.

Asked at:

Meta


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Mid March, 2026

Meta

Senior

Early March, 2026

Meta

Mid-level

Early March, 2026

Meta

Mid-level

also includes various obstacles doors, keys, chutes. Update code to solve tests

Your account is free and you can post anonymously if you choose.