English

Dynamic algorithms for k-center on graphs

Data Structures and Algorithms 2024-01-10 v2 Machine Learning

Abstract

In this paper we give the first efficient algorithms for the kk-center problem on dynamic graphs undergoing edge updates. In this problem, the goal is to partition the input into kk sets by choosing kk 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 22 approximation for this problem. While in many applications the input may naturally be modeled as a graph, all prior works on kk-center problem in dynamic settings are on point sets in arbitrary metric spaces. In this paper, we give a deterministic decremental (2+ϵ)(2+\epsilon)-approximation algorithm and a randomized incremental (4+ϵ)(4+\epsilon)-approximation algorithm, both with amortized update time kno(1)kn^{o(1)} for weighted graphs. Moreover, we show a reduction that leads to a fully dynamic (2+ϵ)(2+\epsilon)-approximation algorithm for the kk-center problem, with worst-case update time that is within a factor kk of the state-of-the-art fully dynamic (1+ϵ)(1+\epsilon)-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 (2+ϵ)(2+\epsilon)-approximation of the graph diameter and the fastest known algorithms for such a diameter approximation also rely on maintaining approximate single-source distances.

Keywords

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

R2 v1 2026-06-28T11:42:52.965Z