Optimal Approximate Distance Oracle for Planar Graphs
Hung Le, Christian Wulff-Nilsen

TL;DR
This paper presents an optimal space and constant query time approximate distance oracle for planar graphs, resolving a long-standing open problem and improving existing bounds for both undirected and directed cases.
Contribution
It constructs the first $(1+\epsilon)$-approximate distance oracle with $O(n)$ space and $O(1)$ query time for undirected planar graphs, and improves bounds for planar digraphs.
Findings
Achieves $O(n)$ space and $O(1)$ query time for undirected planar graphs.
Provides improved space bounds for planar digraphs with $o(n ext{log}(Nn))$ space.
First significant improvement for planar digraphs in two decades.
Abstract
A -approximate distance oracle of an edge-weighted graph is a data structure that returns an approximate shortest path distance between any two query vertices up to a factor. Thorup (FOCS 2001, JACM 2004) and Klein (SODA 2002) independently constructed a -approximate distance oracle with space, measured in number of words, and query time when is an undirected planar graph with vertices and is a fixed constant. Many follow-up works gave -approximate distance oracles with various trade-offs between space and query time. However, improving space bound without sacrificing query time remains an open problem for almost two decades. In this work, we resolve this problem affirmatively by constructing a -approximate distance oracle with optimal space and query…
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 · Algorithms and Data Compression
