Degree-constrained spanning tree: Difference between revisions

Content deleted Content added
m Fixing links to disambiguation pages, replaced: graph{{dn|date=January 2016}} → graph using AWB
 
(8 intermediate revisions by 7 users not shown)
Line 1:
In [[graph theory]], a '''degreeFile:Degree-constrained spanning tree'''.png|thumb|350px|On isthe left, a [[spanning tree (mathematics)|spanningcan tree]]be constructed where the maximumvertex with the highest [[Degree (graph theory)|vertex degree]] is limited2 to(thus, a certainmax [[Constantdegree (mathematics2 tree)|constant]] ''k''.<br The/> '''degree-constrainedOn spanningthe treeright, problem'''the iscentral tovertex determinemust whetherhave adegree particularat [[Graphleast (discrete5 mathematics)|graph]]in hasany tree spanning this graph, suchso a spanning2 degree constrained tree forcannot abe particularconstructed ''k''here. ]]
 
In [[graph theory]], a '''degree-constrained spanning tree''' is a [[spanning tree (mathematics)|spanning tree]] where the maximum [[Degree (graph theory)|vertex degree]] is limited to a certain [[Constant (mathematics)|constant]] ''k''. The '''degree-constrained spanning tree problem''' is to determine whether a particular [[Graph (discrete mathematics)|graph]] has such a spanning tree for a particular ''k''.
 
==Formal definition==
 
Input: ''n''-node undirected graph G(V,E); positive [[integer]] ''k'' < ''n''.
 
Question: Does G have a spanning tree in which no [[Node (computer science)|node]] has degree greater than ''k''?
 
==NP-completeness==
This problem is [[NP-complete]] {{harv|Garey|Johnson|1979}}. This can be shown by a [[Reduction (complexity)|reduction]] from the [[Hamiltonian path problem]]. It remains NP-complete even if ''k'' is fixed to a value ≥&nbsp;2. If the problem is defined as the degree must be ≤&nbsp;''k'', the ''k'' = 2 case of degree-confined spanning tree is the Hamiltonian path problem.
 
This problem is [[NP-complete]] {{harv|Garey|Johnson|1979}}. This can be shown by a reduction from the [[Hamiltonian path problem]]. It remains NP-complete even if ''k'' is fixed to a value ≥&nbsp;2. If the problem is defined as the degree must be ≤&nbsp;''k'', the ''k'' = 2 case of degree-confined spanning tree is the Hamiltonian path problem.
 
==Degree-constrained minimum spanning tree==
Line 19 ⟶ 20:
==Approximation Algorithm==
 
{{harvtxt|Fürer|Raghavachari|1994}} gavegive an approximationiterative algorithmpolynomial fortime the problemalgorithm which, ongiven anya givengraph instance<math>G</math>, eitherreturns showsa thatspanning thetree instancewith hasmaximum degree no treelarger ofthan <math>\Delta^* + 1</math>, where <math>\Delta^*</math> is the minimum possible maximum degree over all spanning trees. Thus, if <math>k or= it\Delta^*</math>, findssuch andan returnsalgorithm will either return a spanning tree of maximum degree <math>k</math> or <math>k+1</math>.
 
==References==
{{Reflist}}
* {{citation|author1-link = Michael R. Garey|first1=Michael R.|last1=Garey|author2-link=David S. Johnson|first2=David S.|last2=Johnson | year = 1979 | title = [[Computers and Intractability: A Guide to the Theory of NP-Completeness]] | publisher = W.H. Freeman | isbn = 978-0-7167-1045-5|postscript=. A2.1: ND1, p.&nbsp;206.|title-link=Computers and Intractability: A Guide to the Theory of NP-Completeness}}
*{{citation|first1=Martin|last1=Fürer|first2=Balaji|last2=Raghavachari|year=1994|title=Approximating the minimum-degree Steiner tree to within one of optimal|journal=Journal of Algorithms|volume=17|issue=3|pages=409–423|doi=10.1006/jagm.1994.1042|postscript=.|citeseerx=10.1.1.136.1089}}
 
*{{citation|first1=Martin|last1=Fürer|first2=Balaji|last2=Raghavachari|year=1994|title=Approximating the minimum-degree Steiner tree to within one of optimal|journal=Journal of Algorithms|volume=17|issue=3|pages=409–423|doi=10.1006/jagm.1994.1042|postscript=.}}
 
[[Category:Spanning tree]]