Closing the Gap Between Directed Hopsets and Shortcut Sets

July 10, 2022 Β· Declared Dead Β· πŸ› ACM-SIAM Symposium on Discrete Algorithms

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

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Aaron Bernstein, Nicole Wein arXiv ID 2207.04507 Category cs.DS: Data Structures & Algorithms Citations 9 Venue ACM-SIAM Symposium on Discrete Algorithms Last Checked 4 months ago
Abstract
For an n-vertex directed graph $G = (V,E)$, a $Ξ²$-\emph{shortcut set} $H$ is a set of additional edges $H \subseteq V \times V$ such that $G \cup H$ has the same transitive closure as $G$, and for every pair $u,v \in V$, there is a $uv$-path in $G \cup H$ with at most $Ξ²$ edges. A natural generalization of shortcut sets to distances is a $(Ξ²,Ξ΅)$-\emph{hopset} $H \subseteq V \times V$, where the requirement is that $H$ and $G \cup H$ have the same shortest-path distances, and for every $u,v \in V$, there is a $(1+Ξ΅)$-approximate shortest path in $G \cup H$ with at most $Ξ²$ edges. There is a large literature on the tradeoff between the size of a shortcut set / hopset and the value of $Ξ²$. We highlight the most natural point on this tradeoff: what is the minimum value of $Ξ²$, such that for any graph $G$, there exists a $Ξ²$-shortcut set (or a $(Ξ²,Ξ΅)$-hopset) with $O(n)$ edges? Not only is this a natural structural question in its own right, but shortcuts sets / hopsets form the core of many distributed, parallel, and dynamic algorithms for reachability / shortest paths. Until very recently the best known upper bound was a folklore construction showing $Ξ²= O(n^{1/2})$, but in a breakthrough result Kogan and Parter [SODA 2022] improve this to $Ξ²= \tilde{O}(n^{1/3})$ for shortcut sets and $\tilde{O}(n^{2/5})$ for hopsets. Our result is to close the gap between shortcut sets and hopsets. That is, we show that for any graph $G$ and any fixed $Ξ΅$ there is a $(\tilde{O}(n^{1/3}),Ξ΅)$ hopset with $O(n)$ edges. More generally, we achieve a smooth tradeoff between hopset size and $Ξ²$ which exactly matches the tradeoff of Kogan and Parter for shortcut sets (up to polylog factors). Using a very recent black-box reduction of Kogan and Parter, our new hopset implies improved bounds for approximate distance preservers.
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