Tree spanner explained
is a
spanning subtree
of
in which the distance between every pair of vertices is at most
times their
distance in
.
Known Results
There are several papers written on the subject of tree spanners. One of these was entitled Tree Spanners[1] 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
\beta(m,n)=min\left\{i\midlogin\leqm/n\right\}
. 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
l{O}((m+n) ⋅ \alpha(m+n,n))
, 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.
See also
References
Notes and References
- 10.1137/S0895480192237403. Tree Spanners. SIAM Journal on Discrete Mathematics. 8. 3. 359–387. 1995. Cai. Leizhen. Corneil. Derek G..