Question: 1 - Find the shortest path from node 1 to 8 in the following network: a ) Using Acyclic Algorithm. b ) Using Dijkstra's Algorithm.

1- Find the shortest path from node 1 to 8 in the following network:
a) Using Acyclic Algorithm.
b) Using Dijkstra's Algorithm.
c) Assume that the arc between node 3 and node 6 is reversed (c63=4). Can we find the shortest
path using Acyclic Algorithm? If it is not possible explain in detail or find the shortest path.
d) Assume now that the cost of arc between node 1 and node 2 is 3(c12=3) and the cost of arc
between node 2 and node 3 is -2(c23=-2). Can we find the shortest path using Dijkstra's
Algorithm? If it is not possible explain in detail or find the shortest path.
 1- Find the shortest path from node 1 to 8 in

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!