Jump to content

Talk:Good spanning tree

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Orderly Spanning Trees

[edit]

As far as I can see, the definition of Good spanning trees is equivalent to the definition of Orderly Spanning Trees, which were introduced by Yi-Ting Chiang, Ching-Chi Lin and Hsueh-I Lu at SODA 2001: https://epubs.siam.org/doi/10.1137/S0097539702411381 / https://arxiv.org/abs/cs/0102006

This is their definition:


Let be a rooted spanning tree of a connected plane graph . Two distinct nodes of are unrelated with respect to if neither of them is an ancestor of the other in . An edge of is unrelated with respect to if the endpoints of are unrelated with respect to . Let be the counterclockwise preordering of the nodes in . A node is orderly in with respect to if the neighbors of in form the following four blocks of with respect to in counterclockwise order around :

  • : the parent of in ;
  • : the nodes with that are unrelated to with respect to ;
  • : the children of in ; and
  • : the nodes with that are unrelated to with respect to , where each block could be empty.

is an orderly spanning tree of if (i) is on the contour of , and (ii) each node is orderly in with respect to .


In terms of the definition of a good spanning tree, it seems to me that

  • is just the parent of ,
  • is equivalent to ,
  • is equivalent to , and
  • is equivalent to .

So I think that the definitions are equivalent. Can someone please check whether I'm correct? PhKindermann (talk) 13:19, 25 November 2024 (UTC)[reply]