Write prim's algorithm, Mathematics

Assignment Help:

Write Prim's Algorithm.  

Ans: Prim's algorithm to find out a minimum spanning tree from a weighted graph in step by step form is given below. 

Let G = (V, E) be graph and S = (VS, ES) be the spanning tree to be found from G.

Step 1: Choose a vertex v1 of V and initialize 

VS = {v1} and

ES

= {}

Step 2: Choose a nearest neighbor of vi from V that is adjacent to some vj∈VS and that edge (vi, vj) does not form a cycle with members edge of ES. Set

VS = VS ∪{vi} and

ES = ES ∪{(vi, vj)}  

Step 3: Again Repeat step2 until |Es| = |V| - 1.


Related Discussions:- Write prim's algorithm

Horizontal tangents for parametric equations, Horizontal tangents for Param...

Horizontal tangents for Parametric Equations Horizontal tangents will take place where the derivative is zero and meaning of this is that we'll get horizontal tangent at value

What is order of operations simplifying expressions, What is Order of Opera...

What is Order of Operations Simplifying Expressions? Kevin gives Don directions to his house: "Go left 3 blocks and then go right 2 blocks." Don wasn't paying close attention.

The shape of a graph, The Shape of a Graph, Part II : In previous we saw h...

The Shape of a Graph, Part II : In previous we saw how we could use the first derivative of a function to obtain some information regarding the graph of a function.  In this secti

Market testing, what are the dangers of not market testing a product

what are the dangers of not market testing a product

Functions of several variables - three dimensional space, Functions of Seve...

Functions of Several Variables - Three Dimensional Space In this part we want to go over a few of the basic ideas about functions of much more than one variable. Very first

Boat Crossing, What is the slowest a boat can travel across a river if the ...

What is the slowest a boat can travel across a river if the river is flowing with a velocity field of X^2?

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd