Facility location problems in the constant work-space read-only memory model
Binay K. Bhattacharya, Minati De, Subhas C. Nandy, Sasanka Roy

TL;DR
This paper introduces space-efficient algorithms for fundamental facility location problems in a read-only memory model with constant work-space, achieving sub-quadratic time solutions for large data and small devices.
Contribution
It presents the first sub-quadratic algorithms for key facility location problems in the constant-work-space model, extending prune-and-search techniques to this setting.
Findings
Algorithms for Euclidean 1-center, weighted 1-center, and 2-center in O(n poly(log n)) time.
First sub-quadratic solutions for these problems in the constant-work-space model.
Linear time algorithms for centroid and weighted median in the same model.
Abstract
Facility location problems are captivating both from theoretical and practical point of view. In this paper, we study some fundamental facility location problems from the space-efficient perspective. Here the input is considered to be given in a read-only memory and only constant amount of work-space is available during the computation. This {\em constant-work-space model} is well-motivated for handling big-data as well as for computing in smart portable devices with small amount of extra-space. First, we propose a strategy to implement prune-and-search in this model. As a warm up, we illustrate this technique for finding the Euclidean 1-center constrained on a line for a set of points in . This method works even if the input is given in a sequential access read-only memory. Using this we show how to compute (i) the Euclidean 1-center of a set of points in , and (ii) the…
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
TopicsFacility Location and Emergency Management · Computational Geometry and Mesh Generation · Complexity and Algorithms in Graphs
