kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Additional Algorithms #63

Open kpack18 opened 5 years ago

kpack18 commented 5 years ago

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

kpack18 commented 5 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).