Good spanning tree
This article, Good spanning tree, has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |
Comment: This section needs sources "Let {\displaystyle G_{\phi G_\phi be a plane graph. Let {\displaystyle T} T be a rooted spanning tree of {\displaystyle G_{\phi }} G_\phi. Let {\displaystyle P(r,v)=(r=u_{1}),u_{2},\ldots ,(v=u_{k})} {\displaystyle P(r,v)=(r=u_{1}),u_{2},\ldots ,(v=u_{k})} be the path in {\displaystyle T} T from the root {\displaystyle r} r to a vertex {\displaystyle v\neq r} {\displaystyle v\neq r}. The path {\displaystyle P(r,v)} {\displaystyle P(r,v)} divides the children of {\displaystyle u_{i}} u_{i}, {\displaystyle (1\leq i<k)} {\displaystyle (1\leq i<k)}, except {\displaystyle u_{i+1}} {\displaystyle u_{i+1}}, into two groups; the left group {\displaystyle L} L and the right group {\displaystyle R} R. A child {\displaystyle x} x of {\displaystyle u_{i}} u_{i} is in group {\displaystyle L} L and denoted by {\displaystyle u_{i}^{L}} {\displaystyle u_{i}^{L}} if the edge {\displaystyle (u_{i},x)} {\displaystyle (u_{i},x)} appears before the edge {\displaystyle (u_{i},u_{i+1})} {\displaystyle (u_{i},u_{i+1})} in clockwise ordering of the edges incident to {\displaystyle u_{i}} u_{i} when the ordering is started from the edge {\displaystyle (u_{i},u_{i+1})} {\displaystyle (u_{i},u_{i+1})}. Similarly, a child {\displaystyle x} x of {\displaystyle u_{i}} u_{i} is in the group {\displaystyle R} R and denoted by {\displaystyle u_{i}^{R}} {\displaystyle u_{i}^{R}} if the edge {\displaystyle (u_{i},x)} {\displaystyle (u_{i},x)} appears after the edge {\displaystyle (u_{i},u_{i+1})} {\displaystyle (u_{i},u_{i+1})} in clockwise order of the edges incident to {\displaystyle u_{i}} u_{i} when the ordering is started from the edge {\displaystyle (u_{i},u_{i+1})} {\displaystyle (u_{i},u_{i+1})}. We call {\displaystyle T} T a good spanning tree of {\displaystyle G_{\phi }} G_\phi if every vertex {\displaystyle v} v {\displaystyle (v\neq r)} {\displaystyle (v\neq r)} of {\displaystyle G_{\phi }} G_\phi satisfies the following two conditions with respect to {\displaystyle P(r,v)} {\displaystyle P(r,v)}.
[Cond1] {\displaystyle G_{\phi }} G_\phi does not have a non-tree edge {\displaystyle (v,u_{i})} {\displaystyle (v,u_{i})}, {\displaystyle i<k} {\displaystyle i<k}; and [Cond2] the edges of {\displaystyle G_{\phi }} G_\phi incident to the vertex {\displaystyle v} v excluding {\displaystyle (u_{k-1},v)} {\displaystyle (u_{k-1},v)} can be partitioned into three disjoint (possibly empty) sets {\displaystyle X_{v},Y_{v}} {\displaystyle X_{v},Y_{v}} and {\displaystyle Z_{v}} {\displaystyle Z_{v}} satisfying the following conditions (a)-(c) (a) Each of {\displaystyle X_{v}} {\displaystyle X_{v}} and {\displaystyle Z_{v}} {\displaystyle Z_{v}} is a set of consecutive non-tree edges and {\displaystyle Y_{v}} {\displaystyle Y_{v}} is a set of consecutive tree edges. (b) Edges of set {\displaystyle X_{v}} {\displaystyle X_{v}}, {\displaystyle Y_{v}} {\displaystyle Y_{v}} and {\displaystyle Z_{v}} {\displaystyle Z_{v}} appear clockwise in this order from the edge {\displaystyle (u_{k-1},v)} {\displaystyle (u_{k-1},v)}. (c) For each edge {\displaystyle (v,v')\in X_{v}} {\displaystyle (v,v')\in X_{v}}, {\displaystyle v'} v' is contained in {\displaystyle T_{u_{i}^{L}}} {\displaystyle T_{u_{i}^{L}}}, {\displaystyle i<k} {\displaystyle i<k}, and for each edge {\displaystyle (v,v')\in Z_{v}} {\displaystyle (v,v')\in Z_{v}}, {\displaystyle v'} v' is contained in {\displaystyle T_{u_{i}^{R}}} {\displaystyle T_{u_{i}^{R}}}, {\displaystyle i<k} {\displaystyle i<k}." Eddie891 (talk) 11:21, 18 June 2017 (UTC)}}
In the mathematical field of graph theory, a good spanning tree [1] of an embedded planar graph is a rooted spanning tree of whose non-tree edges satisfy the following conditions.
- there is no non-tree edge where and lie on a path from the root of to a leaf,
- the edges incident to a vertex can be divided by three sets and , where,
Formal Definition

Let be a plane graph. Let be a rooted spanning tree of . Let be the path in from the root to a vertex . The path divides the children of , , except , into two groups; the left group and the right group . A child of is in group and denoted by if the edge appears before the edge in clockwise ordering of the edges incident to when the ordering is started from the edge . Similarly, a child of is in the group and denoted by if the edge appears after the edge in clockwise order of the edges incident to when the ordering is started from the edge . The tree is called a good spanning tree[1] of if every vertex of satisfies the following two conditions with respect to .
- [Cond1] does not have a non-tree edge , ; and
- [Cond2] the edges of incident to the vertex excluding can be partitioned into three disjoint (possibly empty) sets and satisfying the following conditions (a)-(c)
- (a) Each of and is a set of consecutive non-tree edges and is a set of consecutive tree edges.
- (b) Edges of set , and appear clockwise in this order from the edge .
- (c) For each edge , is contained in , , and for each edge , is contained in , .
A plane graph (top), a good spanning tree of (down) solid edges are part of good spanning tree and dotted edges are non-tree edges in with respect to .
Applications
in monotone drawing of graphs.[2], in 2-visibility representation of graphs[1]
Finding Good Spanning Tree
Every planar graph has an embedding such that contains a good spanning tree. A good spanning tree and a suitable embedding can be found from in linear-time [1]. Not all embeddings of contain a good spanning tree.
See also
References
- ^ a b c d Hossain, Md. Iqbal; Rahman, Md. Saidur (23 November 2015). "Good spanning trees in graph drawing". Theoretical Computer Science. 607: 149–165. doi:10.1016/j.tcs.2015.09.004.
- ^ Hossain, Md Iqbal; Rahman, Md Saidur (28 June 2014). "Monotone Grid Drawings of Planar Graphs". Frontiers in Algorithmics. Springer, Cham: 105–116. doi:10.1007/978-3-319-08016-1_10.
Category:Spanning tree Category:Computational problems in graph theory Category:Axiom of choice
This article, Good spanning tree, has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |