Q.

Consider the following graph. Using Kruskal’s algorithm, which edge will be selected first?

A. gf
B. de
C. be
D. bg
Answer» C. be
Explanation: in krsuskal’s algorithm the edges are selected and added to the spanning tree in increasing order of their weights.
1.8k
0
Do you find this helpful?
3

Discussion

No comments yet