Skip to content

A program that reads a file representing a weighted, directed acyclic graph and finds the closest pair shortest path by implementing dijkstra's algorithm.

Notifications You must be signed in to change notification settings

chasejh/dijkstrasalgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dijkstras algorithm - shortest path closest pair for roadclosures.

This program implements Dijkstra's shortest path closest pair algorithm to find the optimal detour to circumvent road closures. It reads input from a file that represents a weighted and directed acylic graph.

About

A program that reads a file representing a weighted, directed acyclic graph and finds the closest pair shortest path by implementing dijkstra's algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages