Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 633 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 633 Bytes

Maze-search

A graphical maze search program in java which illustrates using different search algorithms such as DFS, BFS, and greedy depth first search for finding a solution path in a maze.
Example:
Breadth first search:
image Depth first search:
image Greedy depth first search:
image