kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Running an Algorithm #5

Open kpack18 opened 6 years ago

kpack18 commented 6 years ago

As Mathew Hertz I would like to run an algorithm so that I can see its effect on the maze I drew.

kpack18 commented 6 years ago

Acceptance Test:

1.) First I select bfs from the Algorithm Selection Tab if not already selected (Says BFS) 2.) Then I hit the algorithm button and see the algorithm search through the grid for the end point. Once found a line is drawn signaling the path found. 3.) After I hit run earlier I notice that the algorithm button has changed to a red stop button. 4.) When the algorithm finishes hit the stop button to reset the grid to before it ran. 5.) The grid should now look as it did before your ran the algorithm