Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a253149d3946a3ae

Jump to content

Talk:Good spanning tree

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 1 year ago by PhKindermann in topic Orderly Spanning Trees

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