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 e693474 commit 7355f60Copy full SHA for 7355f60
README.md
@@ -21,6 +21,7 @@ This is a tool to visualize search algorithms
21
* Generate random maze
22
* Reset the whole grid
23
* Reset only the path
24
+* Pause/Resume the proccess
25
26
# How to use
27
* Starting node: Drag and move around with left click
@@ -30,6 +31,7 @@ This is a tool to visualize search algorithms
30
31
* Generate maze: Press the generate button
32
* Reset grid: You can reset the grid anytime
33
* Reset path: You can only reset the path when the algorithm is done
34
+* Pause/Resume: press space to pause or resume the proccess
35
* Visualize: Press the visualize button
36
37
## Preview
0 commit comments