Apply depth-first-search to find out the spanning tree, Mathematics

Assignment Help:

Apply depth-first-search to find out the spanning tree for the subsequent graph with vertex d as the starting vertex.       

1410_Apply depth-first-search to find out the spanning tree.png

Ans: Let us begin with node'd'. Mark d as visited node. Node'd' comprises two child 'e' and 'f'. After that Visit node 'e' and mark it as visited. Select edge (d, e) and add it to spanning tree T. So, T = {(d, e)}  Now e has e has two children: c and f. Visit c, add (e, c) to T, and mark c as visited. After that visit a and after that b. Mark them visited node and add arcs (c, a) and (c, b) to T. Up to here 

T = {(d, e), (e, c), (c, a), (c, b)}

Now here c has one more child e, which is previously visited, so exit recursion and go up to e that one more unvisited child f. Visit it, mark it as visited and we add (e, f) to T.  f comprise three (3) children: d, g and h. d is visited so leave it. Visit g, and doing the basic work of marking as visited and adding the arc utilized to visit the node in T, we at last get T as 

T = {(d, e), (e, c), (c, a), (c, b), (e, f), (f, g), (g, h), (h, i), (h, k), (k, j)}


Related Discussions:- Apply depth-first-search to find out the spanning tree

Function to convert a complex number in algebraic form, Go back to the com...

Go back to the complex numbers code in Figures 50 and 51 of your notes. Add code fragments to handle the following: 1. A function for adding two complex numbers given in algeb

Determine how much more time it will take to reach the base, A man on a top...

A man on a top of a tower observes a truck at an angle of depression α where tanα = 1/√5 and sees that it is moving  towards the base of the tower. Ten minutes later, the angle of

Interpretations of the derivative , Interpretations of the Derivative : ...

Interpretations of the Derivative : Before moving on to the section where we study how to calculate derivatives by ignoring the limits we were evaluating in the earlier secti

Triganometry, Ask question #Minimum 100 words what is the hypotunus of a r...

Ask question #Minimum 100 words what is the hypotunus of a right bangled triangle a=5@ b=25 find c accwhepted#

Calculate the area of the skirt to the nearest foot, Pat is making a Christ...

Pat is making a Christmas tree skirt. She needs to know how much fabric to buy. Using the example provided, calculate the area of the skirt to the nearest foot. a. 37.7 ft 2

Integrated marketing, #question.Explain its nature and how it influences th...

#question.Explain its nature and how it influences the integrated marketing communications mix and distinguish between tactical and strategic use of integrated marketing communicat

Probability, Mike sells on the average 15 newspapers per week (Monday – Fri...

Mike sells on the average 15 newspapers per week (Monday – Friday). Find the probability that 2.1 In a given week he will sell all the newspapers [7] 2.2 In a given day he will

Binomial probability distribution, Binomial Probability Distribution B...

Binomial Probability Distribution Binomial probability distribution is a set of probabilities for discrete events. Discrete events are those whose outcomes or results can be c

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