Tree spanner

A tree k-spanner (or simply k-spanner) of a graph is a spanning subtree
of
in which the distance between every pair of vertices is at most
times their distance in
.
01Known Results
There are several papers written on the subject of tree spanners. One of these was entitled Tree Spanners written by mathematicians Leizhen Cai and Derek Corneil, which explored theoretical and algorithmic problems associated with tree spanners. Some of the conclusions from that paper are listed below. is always the number of vertices of the graph, and
is its number of edges.
- A tree 1-spanner, if it exists, is a minimum spanning tree and can be found in
time (in terms of complexity) for a weighted graph, where
. Furthermore, every tree 1-spanner admissible weighted graph contains a unique minimum spanning tree.
- A tree 2-spanner can be constructed in
time, and the tree
-spanner problem is NP-complete for any fixed integer
.
- The complexity for finding a minimum tree spanner in a digraph is
, where
is a functional inverse of the Ackermann function
- The minimum 1-spanner of a weighted graph can be found in
time.
- For any fixed rational number
, it is NP-complete to determine whether a weighted graph contains a tree t-spanner, even if all edge weights are positive integers.
- A tree spanner (or a minimum tree spanner) of a digraph can be found in linear time.
- A digraph contains at most one tree spanner.
- The quasi-tree spanner of a weighted digraph can be found in
time.
Sources and credits
This article is adapted from the Wikipedia article “Tree spanner”, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.
Images, from Wikimedia Commons:
- Tree spanner 2.svg by BagLuke, CC0
Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.