To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Minimum routing cost spanning tree

From Wikipedia, the free encyclopedia

In computer science, the minimum routing cost spanning tree of a weighted graph is a spanning tree minimizing the sum of pairwise distances between vertices in the tree. It is also called the optimum distance spanning tree, shortest total path length spanning tree, minimum total distance spanning tree, or minimum average distance spanning tree. In an unweighted graph, this is the spanning tree of minimum Wiener index.[1] Hu (1974) writes that the problem of constructing these trees was proposed by Francesco Maffioli.[2]

It is NP-hard to construct it, even for unweighted graphs.[3][4] However, it has a polynomial-time approximation scheme. The approximation works by choosing a number that depends on the approximation ratio but not on the number of vertices of the input graph, and by searching among all trees with internal nodes.[5]

The minimum routing cost spanning tree of an unweighted interval graph can be constructed in linear time.[6] A polynomial time algorithm is also known for distance-hereditary graphs, weighted so that the weighted distances are hereditary.[7]

References

  1. ^ Dobrynin, Andrey A.; Entringer, Roger; Gutman, Ivan (2001). "Wiener index of trees: theory and applications". Acta Applicandae Mathematicae. 66 (3): 211–249. doi:10.1023/A:1010767517079. MR 1843259. S2CID 116000819.
  2. ^ Hu, T. C. (1974). "Optimum communication spanning trees". SIAM Journal on Computing. 3 (3): 188–195. doi:10.1137/0203015. MR 0427116.
  3. ^ Johnson, D. S.; Lenstra, J. K.; Rinnooy Kan, A. H. G. (1978). "The complexity of the network design problem" (PDF). Networks. 8 (4): 279–285. doi:10.1002/net.3230080402. MR 0514463.
  4. ^ Michael R. Garey and David S. Johnson (1979). Computers and Intractability: A Guide to the Theory of NP-Completeness. W.H. Freeman. ISBN 0-7167-1045-5. A2.1: ND3, pg.206.
  5. ^ Wu, Bang Ye; Lancia, Giuseppe; Bafna, Vineet; Chao, Kun-Mao; Ravi, R.; Tang, Chuan Yi (2000). "A polynomial-time approximation scheme for minimum routing cost spanning trees" (PDF). SIAM Journal on Computing. 29 (3): 761–778. doi:10.1137/S009753979732253X. MR 1740574. S2CID 1639329.
  6. ^ Dahlhaus, Elias; Dankelmann, Peter; Ravi, R. (2004). "A linear-time algorithm to compute a MAD tree of an interval graph". Information Processing Letters. 89 (5): 255–259. doi:10.1016/j.ipl.2003.11.009. MR 2032568.
  7. ^ Dahlhaus, E.; Dankelmann, P.; Goddard, W.; Swart, H. C. (2003). "MAD trees and distance-hereditary graphs". Discrete Applied Mathematics. 131 (1): 151–167. CiteSeerX 10.1.1.86.6022. doi:10.1016/S0166-218X(02)00422-5. MR 2016490.


This page was last edited on 29 April 2024, at 06:44
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.