(1+epsilon)-Distance Oracle for Planar Labeled Graph
Mingfei Li, Christoffer Ma, Li Ning

TL;DR
This paper introduces a (1+epsilon)-approximate distance oracle for planar vertex-labeled graphs that balances space and query time, enabling efficient shortest path length queries with controlled stretch.
Contribution
It presents a novel oracle construction for planar graphs that achieves near-linear space and fast query times for vertex-label shortest path queries with a small stretch.
Findings
Space complexity is O((1/epsilon) * n * log n).
Query time is O((1/epsilon) * log n * log rho).
For rho = O(log n), query time reduces to O(log n).
Abstract
Given a vertex-labeled graph, each vertex is attached with a label from a set of labels. The vertex-label query desires the length of the shortest path from the given vertex to the set of vertices with the given label. We show how to construct an oracle if the given graph is planar, such that storing space is needed, and any vertex-label query could be answered in time with stretch . is the radius of the given graph, which is half of the diameter. For the case that , we construct an oracle that achieves query time, without changing the order of storing space.
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Computational Geometry and Mesh Generation
