Skip to content

Dijkstra's shortest path algorithm and Prim's eager minimum spanning tree

Notifications You must be signed in to change notification settings

shreshthkhilani/Maps

Repository files navigation

Google Map data can be used to create a dataset of an undirected weighted graph. This can be represented using an adjacency list.

The code in this repository will allow a user to find shortest path and the minimum spanning tree in the dataset.

Dijkstra's Algorithm has been used to dertemine the shortest path. Prim's eager algorithm has been used to find the minimum spanning tree.

About

Dijkstra's shortest path algorithm and Prim's eager minimum spanning tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages