Open kpack18 opened 6 years ago
Acceptance Test: 1.) Draw a maze in the grade such that the end point is reachable 2.) Select Djikstra's algorithm from the algorithm drop down menu 3.) Press the Algorithm button and let it run through 4.) Press the Algorithm button again to stop execution and repeat 3 and 4 with the A* Algorithm 5.) Notice that they differ in execution (depending on the maze).
As Mathew Hertz I would like to run some additional algorithms (other then bfs and dfs) so I can see the effect of many other types of algorithms on my mazes