Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 429 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 429 Bytes

InteractiveDijkstra

An interactive dijkstra project

To use the InteractiveDijkstra project, clone this repo/download the repo zip file. Navigate to the repo and go into the 'build' folder. Run the 'InteractiveDijkstra.exe" executable to start the program.

To use the program, click the "Generate Graph" button to randomly create a graph. To find a shortest path between two points, click the "Run Dijkstra" button.

Enjoy!