A Time-space Trade-off for Computing the Geodesic Center of a Simple Polygon

08/29/2019
by   Pardis Kavand, et al.
0

In this paper we study the problem of computing the geodesic center of a simple polygon when the available workspace is limited. For an n-vertex simple polygon, we give a time-space trade-off algorithm that finds the geodesic center in O(T(n, s) log^2 n+ n^2/slog n) expected time and uses O(s) additional words of space where s∈Ω(log n) ∩ O(n), and T(n, s) is the time needed for constructing the shortest path tree of a given point inside a simple polygon, in depth-first order, with O(s) extra space. Applying the best current known time-space trade-off of Oh and Ahn (Algorithmica 2019) for shortest path tree, our algorithm runs in O(n^2/slog^3 n) expected time.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
09/28/2017

A New Balanced Subdivision of a Simple Polygon for Time-Space Trade-off Algorithms

We are given a read-only memory for input and a write-only stream for ou...
research
01/30/2019

Computing runs on a trie

A maximal repeat, or run, in a string, is a periodically maximal substri...
research
03/17/2023

The geodesic edge center of a simple polygon

The geodesic edge center of a polygon is a point c inside the polygon th...
research
12/18/2017

Time-Space Trade-Offs for Computing Euclidean Minimum Spanning Trees

In the limited-workspace model, we assume that the input of size n lies ...
research
02/13/2013

Topological Parameters for Time-Space Tradeoff

In this paper we propose a family of algorithms combining tree-clusterin...
research
11/27/2017

Frameworks for Designing In-place Graph Algorithms

Read-only memory model is a classical model of computation to study time...
research
02/25/2021

A Linear Time Algorithm for Constructing Hierarchical Overlap Graphs

The hierarchical overlap graph (HOG) is a graph that encodes overlaps fr...

Please sign up or login with your details

Forgot password? Click here to reset