Better Tradeoffs for Exact Distance Oracles in Planar Graphs
Pawe{\l} Gawrychowski, Shay Mozes, Oren Weimann, and Christian, Wulff-Nilsen

TL;DR
This paper introduces a new planar graph distance oracle that uses less space and maintains fast query times, with a flexible tradeoff between space and speed, improving upon previous methods.
Contribution
It presents an $O(n^{1.5})$-space distance oracle with $O( ext{log} n)$ query time and a novel space-query tradeoff for planar graphs, simplifying and enhancing prior work.
Findings
Achieves $O(n^{1.5})$ space with $O( ext{log} n)$ query time.
Provides a flexible space-query tradeoff for different space sizes.
Outperforms previous tradeoffs for space range $[n, n^{5/3}]$.
Abstract
We present an -space distance oracle for directed planar graphs that answers distance queries in time. Our oracle both significantly simplifies and significantly improves the recent oracle of Cohen-Addad, Dahlgaard and Wulff-Nilsen [FOCS 2017], which uses -space and answers queries in time. We achieve this by designing an elegant and efficient point location data structure for Voronoi diagrams on planar graphs. We further show a smooth tradeoff between space and query-time. For any , we show an oracle of size that answers queries in time. This new tradeoff is currently the best (up to polylogarithmic factors) for the entire range of and improves by polynomial factors over all the previously known tradeoffs for the range .
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 · Complexity and Algorithms in Graphs · Advanced Graph Theory Research
