Reverse Shortest Path Problem for Unit-Disk Graphs
Haitao Wang, Yiming Zhao

TL;DR
This paper introduces efficient algorithms for the reverse shortest path problem in unit-disk graphs, determining the minimal radius r for which the shortest path between two points is within a given length, applicable to both Euclidean and L_1 metrics.
Contribution
The paper presents new algorithms with improved time complexities for solving the reverse shortest path problem in unit-disk graphs under various metrics and cases.
Findings
Algorithms achieve O(λ·n log n) and O(n^{5/4} log^{7/4} n) time for unweighted cases.
An O(n^{5/4} log^{5/2} n) algorithm for weighted cases.
An O(n log^3 n) solution for the L_1 metric version.
Abstract
Given a set P of n points in the plane, the unit-disk graph G_{r}(P) with respect to a parameter r is an undirected graph whose vertex set is P such that an edge connects two points p, q \in P if the Euclidean distance between p and q is at most r (the weight of the edge is 1 in the unweighted case and is the distance between p and q in the weighted case). Given a value \lambda>0 and two points s and t of P, we consider the following reverse shortest path problem: computing the smallest r such that the shortest path length between s and t in G_r(P) is at most \lambda. In this paper, we present an algorithm of O(\lfloor \lambda \rfloor \cdot n \log n) time and another algorithm of O(n^{5/4} \log^{7/4} n) time for the unweighted case, as well as an O(n^{5/4} \log^{5/2} n) time algorithm for the weighted case. We also consider the L_1 version of the problem where the distance of two points…
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.
