rim's and Kruskal's algorithms are used to find the _______ spanning tree of a _______ graph.

  • Maximum, Directed
  • Maximum, Weighted
  • Minimum, Connected
  • Minimum, Weighted
Prim's and Kruskal's algorithms are used to find the minimum spanning tree of a connected graph. The minimum spanning tree is a subset of the edges that forms a tree connecting all the vertices with the minimum possible total edge weight.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *