Skip to content

This program graphically displays the shortest possible path from a starting point to a finish point. It implements Dijkstra's algorithm in C++ in order to do this. This program will compile on both Windows and Linux however the solution provided is intended for Windows. Plus console output is more elegant and good-looking on Windows

Notifications You must be signed in to change notification settings

matrackif/Shortest-Path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Shortest-Path

About

This program graphically displays the shortest possible path from a starting point to a finish point. It implements Dijkstra's algorithm in C++ in order to do this. This program will compile on both Windows and Linux however the solution provided is intended for Windows. Plus console output is more elegant and good-looking on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages