Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 266 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 266 Bytes

DijkstraGraphAlgorithm

Implementation of Dijkstra graph algorithm. Finding shortest path in directed graph with positive weights.

How to Run:

Run .jar file providing the path to your graph file.

java –jar DGraphDijkstra.jar <PATH of input.txt>