kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Algorithm Selection #2

Open emerykoh opened 6 years ago

emerykoh commented 6 years ago

As Mathew Hertz I would like to select an algorithm I want so so that I can run it on my maze.

kpack18 commented 6 years ago

Acceptance Test:

1.) With an empty grid hit the algorithm button and let it run through completely. 2.) Once done hit the stop button to return to the pre ran state. 3.) On the bottom panel there should be a drop-down menu with algorithm names in it. (Says BFS) Within this, click on Dfs to change your selection from Breadth first search to Depth first search. 4.) Click "Algorithm" to run the new currently selected algorithm. 5.) The steps taken(which are visualized) will be different, proving a different algorithm was selected and ran.