2000 character limit reached
A Subquadratic Time Algorithm for the Weighted $k$-Center Problem on Cactus Graphs (2303.17204v1)
Published 30 Mar 2023 in cs.DS and cs.CG
Abstract: The weighted $k$-center problem in graphs is a classical facility location problem where we place $k$ centers on the graph, which minimize the maximum weighted distance of a vertex to its nearest center. We study this problem when the underlying graph is a cactus with $n$ vertices and present an $O(n \log2 n)$ time algorithm for the same. This time complexity improves upon the $O(n2)$ time algorithm by Ben-Moshe et al. [TCS 2007], which is the current state-of-the-art.