🤖 AI Summary
This study addresses the weighted graph center problem, which seeks a vertex minimizing the maximum weighted distance to all other vertices. It pioneers a systematic integration of Gromov hyperbolicity with the metric geometry of graphs to devise exact and approximation algorithms running in O(m) or O(m log n) time. The proposed approach achieves nearly linear-time optimal or near-optimal solutions on several classical graph classes—including chordal graphs, distance-hereditary graphs, dually chordal graphs, and chordal bipartite graphs—significantly improving computational efficiency for this fundamental problem.
📝 Abstract
The Weighted Center} problem takes as its input a graph $G=(V,E)$ together with a profile $π$ such that every vertex $v$ is mapped to some nonnegative multiplicative weight $π(v)$. Its output must be some vertex $c$ minimizing $\max\{π(v)d_G(c,v) : v \in V\}$. The classic Center problem corresponds to the case where $π(v) =1$ for every vertex $v$. In the literature, various almost linear-time algorithms have been proposed for the Center problem on some well-structured classes of graphs. By contrast, similarly efficient algorithms for the Weighted Center problem have been scarce. We investigate how the Gromov hyperbolicity, alone or in combination with other metric and geometric properties on graphs, can be used in the design of exact and approximate almost linear-time algorithms for the Weighted Center problem. In particular, we derive almost optimal algorithms for the following well-studied classes of graphs: chordal graphs, distance-hereditary graphs (both in $\mathcal{O}(m)$ time), dually chordal graphs and chordal bipartite graphs (both in $\mathcal{O}(m\log{n})$ time).