edited by
1,002 views
2 votes
2 votes
Read the following statements below
For all the below questions consider the graph as simple and has positive weight edges.

(i) Let the cost of the shortest path between two nodes is S.If the weight of every edge in the graph is doubled then weight of the shortest path between the two nodes changes to 2*S.

(ii) Let the cost of the shortest path between two nodes is S . If the weight of every edge in the graph is doubled then, the weight of the shortest path between the two nodes increases by a factor of 2*k, where k is the minimum number of edges used to reach the destination among all such shortest paths.

(iii) We can use Kruskal’s algorithm to find Minimum spanning tree of a directed graph .

How many of the above statements are true.
edited by

1 Answer

Related questions

0 votes
0 votes
0 answers
1
Vaishnavi01 asked Nov 19, 2018
306 views
1 votes
1 votes
3 answers
2
1 votes
1 votes
3 answers
3
Rakesh K asked Nov 27, 2016
3,206 views
5 votes
5 votes
2 answers
4
jenny101 asked Oct 26, 2016
1,200 views