Q. 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)
πŸ’¬ Discuss
βœ… Correct Answer: (A) (b-e)(g-e)(e-f)(d-f)
Explanation: using krushkal’s algorithm on the given graph, the generated minimum spanning tree is shown below.

Explanation by: Mr. Dubey
using krushkal’s algorithm on the given graph, the generated minimum spanning tree is shown below.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
186
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
96%
Success Rate