0
3.3kviews
Using Prim's algorithm, determine minimum cost spanning tree for the weighted graph shown below, fig. Q3(b):

Prim's algorithmenter image description here

1 Answer
0
219views

Prim’s Algorithm

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

  • Let's find out the minimum cost spanning tree for the given graph using Prim's Algorithm.

  • In the given graph there are no loops and parallel edges are present.

  • Therefore, …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.