0
3.7kviews
Find the shortest path from source vertex A using Dijkstras algorithm
1 Answer
0
87views

Solution:

enter image description here

Hence, the shortest path from source vertex A is A-B-E-G-H-F-C

Please log in to add an answer.