restart_alt
pause
play_arrow
fast_forward
selected solver:
chevron_left
dfs
chevron_rightdepth-first search
depth-first search uses a stack to continue searching from the longest known path. while it doesn't matter in this case (as all mazes have exactly one solution), dfs is not in general guaranteed to find a minimal length solution.