Descry
Algorithms Visualized
Home
About
Usage
Maze Solver
Maze Solver
is an algorithm for finding the
path out of a maze
.
Executing this algorithm performs a
breadth-first-search
with a
traceback
.
Launch