Reachability Problems for Transmission Graphs
Shinwoo An, Eunjin Oh

TL;DR
This paper introduces a novel data structure for efficiently answering reachability queries in transmission graphs, with performance depending solely on the number of points, not on the total edges, improving computational efficiency.
Contribution
It presents the first data structure that enables reachability queries in transmission graphs with size and query time depending only on the number of points.
Findings
Data structure size: O(n^{5/3})
Query time: O(n^{2/3})
Performance independent of total edges
Abstract
Let be a set of points in the plane where each point of is associated with a radius .The transmission graph of is defined as the directed graph such that contains an edge from to if and only if for any two points and in , where denotes the Euclidean distance between and . In this paper, we present a data structure of size such that for any two points in , we can check in time if there is a path in between the two points. This is the first data structure for answering reachability queries whose performance depends only on but not on the number of edges.
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
TopicsComputational Geometry and Mesh Generation · Advanced Graph Theory Research · Complexity and Algorithms in Graphs
