kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Djikstra's Algorithm #8

Closed kpack18 closed 5 years ago

kpack18 commented 6 years ago

As Mathew Hertz I would like to run Dijkstra's algorithm so i can see how it is visualized by the program.

kpack18 commented 6 years ago

Test: In tests/run_Algorithm/test_Djikstra

Run's Djikstra's Algorithm on a series of grid types to check their output including: 1.) Where the end points are the same 2.) Where the end is unreachable 3.) Where there is a single linear path 4.) Two Complicated grid path's with weighted paths.