We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94d171 commit 0e1f72cCopy full SHA for 0e1f72c
Maze-Solver/README.md
@@ -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