0
1.5kviews
Explain the concept of greedy technique for Prim's algorithm. Obtain minimum cost spanning tree for the graph below Prim's algorithm.

enter image description here Prim's algorithm

1 Answer
0
78views

Prim’s Algorithm

  • Prim's Algorithm is a greedy approach that is used to find the Minimum Spanning Tree (MST) from a graph.

  • To apply Prim’s algorithm, the given graph must be weighted, connected, and undirected.

  • Prim's algorithm finds the subset of edges that includes every vertex of the graph such that …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.