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

Permutations and combinations, Consider this. You have four units A, ...

Consider this. You have four units A, B, C and D. You are asked to select two out of these four units. How do you go about this particular task? Will your methodo

Light take 5.3 × 10-6 seconds calculate standard notation, It takes light 5...

It takes light 5.3 × 10 -6 seconds to travel one mile. What is this time in standard notation? In order to convert this number to standard notation, multiply 5.3 through the f

Chi-square test, my question involves frequencies less than five and i cann...

my question involves frequencies less than five and i cannot aggregate the data, what do i use instead of the chi-square test?

Calculate the area of circle, Calculate the area of CIRCLE ? A circle i...

Calculate the area of CIRCLE ? A circle is a set of all points that are at a given distance from a center point. The diameter (d) of a circle is the length of a line that goes

Optimization, Optimization : In this section we will learn optimization p...

Optimization : In this section we will learn optimization problems.  In optimization problems we will see for the largest value or the smallest value which a function can take.

Value of perfect information, Value of perfect information This relates...

Value of perfect information This relates to the amount that we would pay for an item of information such would enable us to forecast the exact conditions of the market and act

Distance traveled by car - word problem, Distance Traveled by Car - word pr...

Distance Traveled by Car - word problem: It takes a man 4 hours to reach a destination 1325 miles from his home. He drives to the airport at an average speed of 50 miles per h

Solve the recurrence relation, Solve the recurrence relation T ...

Solve the recurrence relation T (K) = 2T (K-1), T (0) = 1 Ans: The following equation can be written in the subsequent form:  t n - 2t n-1 =  0  Here now su

Show that a, If the roots of the equation (b-c)x 2 +(c-a)x +(a-b) = 0 are ...

If the roots of the equation (b-c)x 2 +(c-a)x +(a-b) = 0 are equal show that a, b, c are in AP. Ans:    Refer sum No.12 of Q.E. If (b-c)x 2 + (c-a) x + (a-b) x have equ

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