Jump to content

Minimum degree spanning tree

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 2602:30a:c0fb:13d0:cd83:5639:8a01:970e (talk) at 18:51, 23 June 2016 (saying it is NP-hard problem). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In graph theory, for a connected graph , a spanning tree is a subgraph of with the least number of edges that still spans . A number of properties can be proved about . is acyclic, has () edges where is the number of vertices in etc.

A minimum degree spanning tree is a spanning tree which has the least maximum degree. The vertex of maximum degree in is the least among all possible spanning trees of .

Finding minimum degree spanning tree is NP hard, but a local search algorithm can give a tree which its maximum degree is at most the maximum degree of optimal tree plus one.

See Degree-Constrained Spanning Tree.