The Connected k-Vertex One-Center Problem on Graphs
Jingru Zhang

TL;DR
This paper introduces algorithms for a generalized connected k-vertex one-center problem on graphs, optimizing the placement of a point to minimize maximum distances to k connected vertices, with solutions for weighted, unweighted, and tree graphs.
Contribution
It presents the first algorithms for the generalized problem, extending the classical one-center problem to cases where only k vertices are considered, with different complexities for weighted, unweighted, and tree graphs.
Findings
Weighted case algorithm runs in $O(mn\log n\log mn + m^2\log n\log mn)$ time.
Unweighted case algorithm runs in $O(mn\log n)$ time with distance matrix.
Tree graph algorithms achieve $O(n\log^2 n\log k)$ and $O(n\log^2 n)$ time complexities for weighted and unweighted cases, respectively.
Abstract
We consider a generalized version of the (weighted) one-center problem on graphs. Given an undirected graph of vertices and edges and a positive integer , the problem aims to find a point in so that the maximum (weighted) distance from it to connected vertices in its shortest path tree(s) is minimized. No previous work has been proposed for this problem except for the case , that is, the classical graph one-center problem. In this paper, an -time algorithm is proposed for the weighted case, and an -time algorithm is presented for the unweighted case, provided that the distance matrix for is given. When is a tree graph, we propose an algorithm that solves the weighted case in time with no given distance matrix, and improve it to for the unweighted case.
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
TopicsAdvanced Graph Theory Research · graph theory and CDMA systems · Optimization and Search Problems
