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

Which of the following edges form minimum spanning tree on the graph using kruskals algorithm? Correct Answer (B-E)(G-E)(E-F)(D-F)

Using Krushkal’s algorithm on the given graph, the generated minimum spanning tree is shown below. So, the edges in the MST are, (B-E)(G-E)(E-F)(D-F).

Related Questions

Consider the undirected graph below: Using Prim's algorithm to construct a minimum spanning tree starting with node a, which one of the following sequences of edges represents a possible order in which the edges would be added to construct the minimum spanning tree?