Exact Distance Oracles for Planar Graphs
Shay Mozes, Christian Sommer

TL;DR
This paper introduces new exact distance oracles for planar graphs that significantly improve query times and space efficiency, including a linear-space oracle with sublinear query time and a cycle-based preprocessing technique.
Contribution
The paper presents novel data structures for exact distance queries in planar graphs, including a cycle-based preprocessing method and improved space-time trade-offs.
Findings
Achieved a data structure with space $O(S)$ and query time $ ilde O(n/\sqrt S)$.
Developed a linear-space oracle with sublinear query time $O(n^{1/2+eps})$.
Provided an oracle with query time $ ilde O( ext{min}ig{D,rac{ ext{sqrt} n}{ ext{}}}ig{)}$ for edges of length at least one.
Abstract
We present new and improved data structures that answer exact node-to-node distance queries in planar graphs. Such data structures are also known as distance oracles. For any directed planar graph on n nodes with non-negative lengths we obtain the following: * Given a desired space allocation , we show how to construct in time a data structure of size that answers distance queries in time per query. As a consequence, we obtain an improvement over the fastest algorithm for k-many distances in planar graphs whenever . * We provide a linear-space exact distance oracle for planar graphs with query time for any constant eps>0. This is the first such data structure with provable sublinear query time. * For edge lengths at least one, we provide an exact distance oracle of space $\tilde…
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Algorithms and Data Compression
