Generic Single Edge Fault Tolerant Exact Distance Oracle
Manoj Gupta, Aditi Singh

TL;DR
This paper develops a new fault-tolerant distance oracle for undirected graphs with multiple sources, achieving constant query time and improved space complexity, extending previous work to more general settings.
Contribution
It introduces a novel data structure for fault-tolerant shortest path queries with multiple sources, improving query time to constant and generalizing prior results.
Findings
Achieves (1) query time for shortest path queries avoiding a failed edge.
Provides a space-efficient data structure with (() (n^{3/2}())) size.
Extends disjointness properties of detours to non-disjoint replacement paths.
Abstract
Given an undirected unweighted graph and a source set of sources, we want to build a data structure which can process the following query {\sc Q} find the shortest distance from to avoiding an edge , where and . When , Demetrescu, Thorup, Chowdhury and Ramachandran (SIAM Journal of Computing, 2008) designed an algorithm with space ( hides poly factor.) and query time. A natural open question is to generalize this result to any number of sources. Recently, Bil{\`o} et. al. (STACS 2018) designed a data-structure of size with the query time of for the above problem. We improve their result by designing a data-structure of size that can answer queries in time. In a…
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.
