1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Consider the following graph. Using Krus...
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.

Discussion