SearcharxivSearch

arXiv subjects

Konstantinos Mastakas

Publications and source records attributed to Konstantinos Mastakas.

3 recordsLinked to original sources

Uniform 2D-Monotone Minimum Spanning Graphs

A geometric graph $G$ is $xy-$monotone if each pair of vertices of $G$ is connected by a $xy-$monotone path. We study the problem of producing the $xy-$monotone spanning geometric graph of a point set $P$ that (i) has the minimum cost, where the cost of a geometric graph is the sum of the Euclidean lengths of its edges, and (ii) has the least number of edges, in the cases that the Cartesian System $xy$ is specified or freely selected. Building upon previous results, we easily obtain that the two solutions coincide when the Cartesian System is specified and are both equal to the rectangle of influence graph of $P$. The rectangle of influence graph of $P$ is the geometric graph with vertex set $P$ such that two points $p,q \in P$ are adjacent if and only if the rectangle with corners $p$ and $q$ does not include any other point of $P$. When the Cartesian System can be freely chosen, we note that the two solutions do not necessarily coincide, however we show that they can both be obtained in $O(|P|^3)$ time. We also give a simple $2-$approximation algorithm for the problem of computing the spanning geometric graph of a $k-$rooted point set $P$, in which each root is connected to all the other points (including the other roots) of $P$ by $y-$monotone paths, that has the minimum cost.

cs.CG

Drawing a Rooted Tree as a Rooted $y-$Monotone Minimum Spanning Tree

Given a rooted point set $P$, the rooted $y-$Monotone Minimum Spanning Tree (rooted $y-$MMST) of $P$ is the spanning geometric graph of $P$ in which all the vertices are connected to the root by some $y-$monotone path and the sum of the Euclidean lengths of its edges is the minimum. We show that the maximum degree of a rooted $y-$MMST is not bounded by a constant number. We give a linear time algorithm that draws any rooted tree as a rooted $y-$MMST and also show that there exist rooted trees that can be drawn as rooted $y-$MMSTs only in a grid of exponential area.

cs.CG

Rooted Uniform Monotone Minimum Spanning Trees

We study the construction of the minimum cost spanning geometric graph of a given rooted point set $P$ where each point of $P$ 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 ($y$-monotonicity) and the monotonicity w.r.t. a single pair of orthogonal directions ($xy$-monotonicity). We propose algorithms that compute the rooted $y$-monotone ($xy$-monotone) minimum spanning tree of $P$ in $O(|P|\log^2 |P|)$ (resp. $O(|P|\log^3 |P|)$) time when the direction (resp. pair of orthogonal directions) of monotonicity is given, and in $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).

cs.CG