Approximation algorithms for the two-center problem of convex polygon

Abstract

Given a convex polygon P with n vertices, the two-center problem is to find two congruent closed disks of minimum radius such that they completely cover P. We propose an algorithm for this problem in the streaming setup, where the input stream is the vertices of the polygon in clockwise order. It produces a radius r satisfying r≤2ropt using O(1) space, where ropt is the optimum solution. Next, we show that in non-streaming setup, we can improve the approximation factor by r≤ 1.84 ropt, maintaining the time complexity of the algorithm to O(n), and using O(1) extra space in addition to the space required for storing the input.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…