1.

Which of the following edges form minimum spanning tree on the graph using kruskals algorithm?

A. (b-e)(g-e)(e-f)(d-f)
B. (b-e)(g-e)(e-f)(b-g)(d-f)
C. (b-e)(g-e)(e-f)(d-e)
D. (b-e)(g-e)(e-f)(d-f)(d-g)
Answer» B. (b-e)(g-e)(e-f)(b-g)(d-f)


Discussion

No Comment Found