Skip to content

Commit 0e1f72c

Browse files
Create README.md
1 parent e94d171 commit 0e1f72c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Maze-Solver/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Run the main.py to start.
2+
This program consist of two algorithms->BFS,DFS.
3+
maze.txt is the maze file
4+
" " -> path through which we can traverse.
5+
"+" -> path through which we cann't traverse.
6+
7+
the output path is displayed in terminal.
8+
the gui version is displayed in browser along with many Statistics.
9+
10+
Updates are Welcomed.

0 commit comments

Comments
 (0)