Question: Let there is an directed graph with 5 nodes with the following edges ( x - y ( z ) means x is connected to

Let there is an directed graph with 5 nodes with the following edges (x-y(z) means x is connected to y, and z is the associated cost): 1-3(6),1-4(3),2-1(3),3-4(2),4-3(1),4-2(1),5-2(4),5-4(2). Now, consider 5 as the source node, andI. Apply Bellman-Ford algorithm to find the single source shortest path. You need to show the adjacency matrix each time you relax an edge. Relax the edges in this sequence: 1-3,1-4,2-1,3-4,4-3,4-2,5-2,5-4. Finally, mention the maximum number of iterations you need to find the shortest path of all nodes from the source node.II. Apply Dijkastra algorithm to find the single source shortest path. You need to show the adjacency matrix each time you relax an edge.III. Which algorithm will not work if any of the edges is negative? Why will it not work? How will the other algorithm handle this issue?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!