Dynamic algorithms for k-center on graphs
Abstract
In this paper we give the first efficient algorithms for the -center problem on dynamic graphs undergoing edge updates. In this problem, the goal is to partition the input into sets by choosing centers such that the maximum distance from any data point to its closest center is minimized. It is known that it is NP-hard to get a better than approximation for this problem. While in many applications the input may naturally be modeled as a graph, all prior works on -center problem in dynamic settings are on point sets in arbitrary metric spaces. In this paper, we give a deterministic decremental -approximation algorithm and a randomized incremental -approximation algorithm, both with amortized update time for weighted graphs. Moreover, we show a reduction that leads to a fully dynamic -approximation algorithm for the -center problem, with worst-case update time that is within a factor of the state-of-the-art fully dynamic -approximation single-source shortest paths algorithm in graphs. Matching this bound is a natural goalpost because the approximate distances of each vertex to its center can be used to maintain a -approximation of the graph diameter and the fastest known algorithms for such a diameter approximation also rely on maintaining approximate single-source distances.
Cite
@article{arxiv.2307.15557,
title = {Dynamic algorithms for k-center on graphs},
author = {Emilio Cruciani and Sebastian Forster and Gramoz Goranci and Yasamin Nazari and Antonis Skarlatos},
journal= {arXiv preprint arXiv:2307.15557},
year = {2024}
}
Comments
In Proceedings SODA 2024