Back to the 2023 paper

Module 4: Graph and Tree Algorithms

20237m

Solve the single source shortest path problem for the following graph considering '1' as the source vertex using Dijkstra's algorithm. (Graph image reference in source document)

Similar questions