Open emerykoh opened 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.
As Mathew Hertz I would like to select an algorithm I want so so that I can run it on my maze.