Formulate a shortest path algorithm and find the shortest paths from two vertices
(i) V0 and
(ii)𝑉3 to the rest of the vertices in the following graph using Dijkstra’s single source
shortest path Algorithm.
Dijkstra's Algorithm allows you to calculate the shortest path between one node (you pick which one) and every other node in the graph.
description of the algorithm:
Comments
Leave a comment