English

Rooted Uniform Monotone Minimum Spanning Trees

Computational Geometry 2017-01-27 v2

Abstract

We study the construction of the minimum cost spanning geometric graph of a given rooted point set PP where each point of PP is connected to the root by a path that satisfies a given property. We focus on two properties, namely the monotonicity w.r.t. a single direction (yy-monotonicity) and the monotonicity w.r.t. a single pair of orthogonal directions (xyxy-monotonicity). We propose algorithms that compute the rooted yy-monotone (xyxy-monotone) minimum spanning tree of PP in O(Plog2P)O(|P|\log^2 |P|) (resp. O(Plog3P)O(|P|\log^3 |P|)) time when the direction (resp. pair of orthogonal directions) of monotonicity is given, and in O(P2logP)O(|P|^2\log|P|) time when the optimum direction (resp. pair of orthogonal directions) has to be determined. We also give simple algorithms which, given a rooted connected geometric graph, decide if the root is connected to every other vertex by paths that are all monotone w.r.t. the same direction (pair of orthogonal directions).

Keywords

Cite

@article{arxiv.1607.03338,
  title  = {Rooted Uniform Monotone Minimum Spanning Trees},
  author = {Konstantinos Mastakas and Antonios Symvonis},
  journal= {arXiv preprint arXiv:1607.03338},
  year   = {2017}
}

Comments

Full version of an article accepted at the 10th International Conference on Algorithms and Complexity (CIAC 2017). We mention some of the changes we made w.r.t. the previous version. Using two data structures that were given by Bentley (Information Processing Letters, 1979), the time complexity of two of our algorithms was improved. Furthermore, text was added and some typos were corrected

R2 v1 2026-06-22T14:52:20.499Z