Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Run the main.py to start. This program consist of two algorithms->BFS,DFS. maze.txt is the maze file " " -> path through which we can traverse. "+" -> path through which we cann't traverse.

the output path is displayed in terminal. the gui version is displayed in browser along with many Statistics.

Updates are Welcomed.