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

Example of multiplication of matrix, Given So calculate AB. Sol...

Given So calculate AB. Solution The new matrix will contain size 2 x 4. The entry in row 1 and column 1 of the new matrix will be determined by multiplying row 1 of

How to solve two-step equations, How to solve Two-Step Equations? Two-s...

How to solve Two-Step Equations? Two-step equations involve two math operations - one operation is addition or subtraction. The second operation is multiplication or division.

One integer is two more than another what is greater integer, One integer i...

One integer is two more than another. The sum of the lesser integer and double the greater is 7. What is the greater integer? Let x = the greater integer and y = the lesser int

Find relative extrema f ( x ) = x2 on [-2, Recognizes the absolute extrema...

Recognizes the absolute extrema & relative extrema for the given function.  f ( x ) = x 2        on                  [-2, 2] Solution Following is the graph for this fun

Finding the side of a triangle only using equations, In triangle DEF, angle...

In triangle DEF, angle E is congruent to angle F. If side DE = 3x-6, Side EF = x+2 and Side DF = 18-5x. Find the length of side DE

Standard basis vectors -application of scalar multiplication, Standard Basi...

Standard Basis Vectors Revisited In the preceding section we introduced the idea of standard basis vectors with no really discussing why they were significant.  We can now do

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