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

How long will it take to dispense 330 gallons, A large pipe dispenses 750 g...

A large pipe dispenses 750 gallons of water in 50 seconds. At this rate, how long will it take to dispense 330 gallons? Find out the number of gallons per second by dividing 75

Algebra 1, the equation of a line that passes through (-3,4) and is perpend...

the equation of a line that passes through (-3,4) and is perpendicular to the line y= -3x + 1 Also Graph the inequality: -3x + y And Use -4.9t(4.9t) + 10t + 1.5 to create a fu

Simpson rule - approximating definite integrals, Simpson's Rule - Approxima...

Simpson's Rule - Approximating Definite Integrals This is the last method we're going to take a look at and in this case we will once again divide up the interval [a, b] int

Time & distance., Q4. Assume that the distance that a car runs on one liter...

Q4. Assume that the distance that a car runs on one liter of petrol varies inversely as the square of the speed at which it is driven. It gives a run of 25km per liter at a speed o

#title., I need to follow the pattern .125,.25,.375,.5, ?

I need to follow the pattern .125,.25,.375,.5, ?

Find the probability of drawing a diamond card, Find the probability of dra...

Find the probability of drawing a diamond card in each of the two consecutive draws from a well shuffled pack of cards, if the card drawn is not replaced after the first draw

Right angle triangle, If the points for a right angle triangle are XYZ wher...

If the points for a right angle triangle are XYZ where do I mark the points?

Design an automaton that accepts only even numbers, Design an automaton tha...

Design an automaton that accepts just only even numbers of 0s and even number of 1's. Ans: The needed automata that accepts even number of 0's and even number of 1's is specifi

Write algorithm for the multiplication of a 3-digit number, E1) Why do we s...

E1) Why do we shift the place by one, of the result in the second row of the calculation, when we multiply, say, 35 by 237 E2) Write down the algorithm for the multiplication of

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