Skip to content

Implemented Djikstra's algorithm for finding the shortest path from one node to all others. A grey scale image is read in with one byte numbers representing "altitude" of that node in the graph and the difference in altitude between nodes representing the cost of moving between those nodes.

Notifications You must be signed in to change notification settings

beem812/Shortest-Path-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

About

Implemented Djikstra's algorithm for finding the shortest path from one node to all others. A grey scale image is read in with one byte numbers representing "altitude" of that node in the graph and the difference in altitude between nodes representing the cost of moving between those nodes.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages