Maze Solver
Dijkstra's
Breadth-First
Prim's (not implemented)
Wall Follower (not implemented)
Search Algorithm
Depth-First
Depth-First (Horizontal Bias)
Prim's (not implemented)
Maze Generation Algorithm
SET START
SET END
FIND PATH
GENERATE MAZE
RESET