Question: 3. Consider the following directed, weighted graph (6 marks): 2 3 8 3 2 -5 5 (a) Calculate the shortest paths (Dijkstra's algorithm) from A
3. Consider the following directed, weighted graph (6 marks): 2 3 8 3 2 -5 5 (a) Calculate the shortest paths (Dijkstra's algorithm) from A to every other vertex. Show your steps in the table below. (2 points) Path Distance 0 Vertex 1 2 3 4 5 (b) Can Dijkstra's algorithm calculate the shortest path in part a) if no where exactly it fails? (2 points) (c) What single edge could be removed from the graph in such that Dijkstra's algorithm would work correctly? (2 points) (d) Calculate the shortest path for the above graph using Bellman-Ford Algorithm. (2 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
