Approximate Shortest Paths Avoiding a Failed Vertex: Optimal Size Data Structures for Unweighted Graph
Neelesh Khanna Surender Baswana

TL;DR
This paper introduces compact data structures for unweighted graphs that efficiently answer approximate shortest path queries avoiding a failed vertex, with sizes close to static solutions and optimal query times.
Contribution
It presents novel data structures for approximate shortest paths avoiding a failed vertex, achieving near-static size and optimal query performance.
Findings
Data structures for single-source and all-pairs queries
Optimal query time guarantees
Size nearly matches static counterparts
Abstract
Let be any undirected graph on vertices and edges. A path between any two vertices is said to be -approximate shortest path if its length is at most times the length of the shortest path between and . We consider the problem of building a compact data structure for a given graph which is capable of answering the following query for any and : Report -approximate shortest path between and when vertex fails We present data structures for the single source as well all-pairs versions of this problem. Our data structures guarantee optimal query time. Most impressive feature of our data structures is that their size {\em nearly} match the size of their best static counterparts.
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
