Efficient Dynamic Approximate Distance Oracles for Vertex-Labeled Planar Graphs
Itay Laish, Shay Mozes

TL;DR
This paper introduces three efficient dynamic approximate distance oracles for vertex-labeled planar graphs, enabling fast queries and updates with minimal space, enhancing graph analysis capabilities.
Contribution
It presents three novel dynamic approximate distance oracles for vertex-labeled planar graphs with polylogarithmic query/update times and nearly linear space.
Findings
All oracles support fast query and update operations.
They achieve near-linear space complexity.
The methods improve efficiency over previous approaches.
Abstract
Let be a graph where each vertex is associated with a label. A Vertex-Labeled Approximate Distance Oracle is a data structure that, given a vertex and a label , returns a -approximation of the distance from to the closest vertex with label in . Such an oracle is dynamic if it also supports label changes. In this paper we present three different dynamic approximate vertex-labeled distance oracles for planar graphs, all with polylogarithmic query and update times, and nearly linear space requirements.
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
TopicsData Management and Algorithms · Complexity and Algorithms in Graphs · Algorithms and Data Compression
