Approximation algorithms for the two-center problem of convex polygon
Sanjib Sadhu, Sasanka Roy, Soumen Nandi, Anil Maheswari, and Subhas C., Nandy

TL;DR
This paper presents streaming and non-streaming algorithms for approximating the two-center problem of convex polygons, achieving constant space complexity and improved approximation factors.
Contribution
It introduces a streaming algorithm with a 2-approximation and a non-streaming algorithm with a 1.84-approximation, both efficient and space-conserving.
Findings
Streaming algorithm achieves r ≤ 2 r_opt with O(1) space.
Non-streaming algorithm improves approximation to r ≤ 1.84 r_opt.
Both algorithms run in O(n) time and use minimal extra space.
Abstract
Given a convex polygon with vertices, the two-center problem is to find two congruent closed disks of minimum radius such that they completely cover . 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 satisfying using space, where is the optimum solution. Next, we show that in non-streaming setup, we can improve the approximation factor by , maintaining the time complexity of the algorithm to , and using extra space in addition to the space required for storing the input.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Optimization and Search Problems · Digital Image Processing Techniques
