Chapter 11: Q15E (page 803)
Find a maximum spanning tree for the weighted graph in Exercise \(4\).
Short Answer
Maximum spanning tree contains edges
\((a,m),(b,f),(c,g),(d,p),(e,i),(f,j),(h,l),(i,j),(i,m),(j,k),(j,n),(g,k),(k,l),(k,o),(o,p)\).
Chapter 11: Q15E (page 803)
Find a maximum spanning tree for the weighted graph in Exercise \(4\).
Maximum spanning tree contains edges
\((a,m),(b,f),(c,g),(d,p),(e,i),(f,j),(h,l),(i,j),(i,m),(j,k),(j,n),(g,k),(k,l),(k,o),(o,p)\).
All the tools & learning materials you need for study success - in one app.
Get started for freeWhen Kruskal invented the algorithm that finds minimumspanning trees by adding edges in order of increasing weightas long as they do not form a simple circuit, he also inventedanother algorithm sometimes called the reverse-delete algorithm. This algorithm proceeds by successively deletingedges of maximum weight from a connected graph as long asdoing so does not disconnect the graph.
Express the reverse-delete algorithm in pseudocode.
Show that when given as input an undirected graph with \(n\) vertices, no more than \(\left\lfloor {\frac{n}{{{2^k}}}} \right\rfloor \) trees remain after the first step of Sollin's algorithm has been carried out and the second step of the algorithm has been carried out \({\bf{k - 1}}\) times.
Find a maximum spanning tree for the weighted graph in Exercise\(3\).
Build a binary search tree for the wordโs oenology,phrenology, campanology, ornithology, ichthyology, limnology, alchemy, and astrology using alphabetical order.
Show that the first step of Sollinโs algorithm produces a forest containing at least \(\left\lceil {\frac{n}{2}} \right\rceil \) edges when the input isan undirected graph with \(n\) vertices.
What do you think about this solution?
We value your feedback to improve our textbook solutions.