Skip to content

This is the code submitted for the advanced programming module at the University of Hull. The code loads a text file containing nodes and edges and initialises the graph structure. Using Dijkstra algorithm the shortest path is found.

Notifications You must be signed in to change notification settings

McSpooder/Traversing-Graphs

Repository files navigation

Traversing-Graphs

This is the code submitted for the advanced programming module at the University of Hull. The code loads a text file containing nodes and edges and initialises the graph structure. Using Dijkstra algorithm the shortest path is found.

The code makes use of pointers for efficient parameter passing and processing.

About

This is the code submitted for the advanced programming module at the University of Hull. The code loads a text file containing nodes and edges and initialises the graph structure. Using Dijkstra algorithm the shortest path is found.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages