Faster Multi-Source Reachability and Approximate Distances via Shortcuts, Hopsets and Matrix Multiplication

July 17, 2025 Β· Declared Dead Β· πŸ› arXiv.org

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Michael Elkin, Chhaya Trehan arXiv ID 2507.13470 Category cs.DS: Data Structures & Algorithms Cross-listed cs.DC Citations 0 Venue arXiv.org Last Checked 5 months ago
Abstract
Given an $n$-vertex $m$-edge digraph $G = (V,E)$ and a subset $S \subseteq V$ of $|S| = n^Οƒ$ (for some $0 \le Οƒ\le 1$) designated sources, the $S \times V$ reachability problem is to compute the sets $\mathcal V_s$ of vertices reachable from $s$, for every $s \in S$. Naive centralized algorithms run BFS/DFS from each source in $O(m \cdot n^Οƒ)$ time or compute $G$'s transitive closure in $\hat O(n^Ο‰)$ time, where $Ο‰\le 2.371552\ldots$ is the matrix multiplication exponent. Thus, the best known bound is $\hat O(n^{\min \{ 2 + Οƒ, Ο‰\}})$. Leveraging shortcut constructions by Kogan and Parter [SODA 2022, ICALP 2022], we develop a centralized algorithm with running time $\hat O(n^{1 + \frac{2}{3} Ο‰(Οƒ)})$, where $Ο‰(Οƒ)$ is the rectangular matrix multiplication exponent. Using current estimates on $Ο‰(Οƒ)$, our exponent improves upon $\min \{2 + Οƒ, Ο‰\}$ for $\tilde Οƒ\leq Οƒ\leq 0.53$, where $1/3 < \tilde Οƒ< 0.3336$ is a universal constant. In a classical result, Cohen [Journal of Algorithms, 1996] devised parallel algorithms for $S \times V$ reachability on graphs admitting balanced recursive separators of size $n^ρ$ for $ρ< 1$, requiring polylogarithmic time and work $n^{\max \{ωρ, 2ρ+ Οƒ\} + o(1)}$. We significantly improve, extend, and generalize Cohen's result. First, our parallel algorithm for graphs with small recursive separators has lower work complexity than Cohen's in boraod paramater ranges. Second, we generalize our algorithm to graphs of treewidth at most $n^ρ$ ($ρ< 1$) and provide a centralized algorithm that outperforms existing bounds for $S \times V$ reachability on such graphs. We also do this for some other graph familes with small separators. Finally, we extend these results to $(1 + Ξ΅)$-approximate distance computation.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted