Simple Length-Constrained Expander Decompositions

October 11, 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 Greg Bodwin, Bernhard Haeupler, D Ellis Hershkowitz, Zihan Tan arXiv ID 2510.10227 Category cs.DS: Data Structures & Algorithms Citations 0 Venue arXiv.org Last Checked 4 months ago
Abstract
Length-constrained expander decompositions are a new graph decomposition that has led to several recent breakthroughs in fast graph algorithms. Roughly, an $(h, s)$-length $Ο†$-expander decomposition is a small collection of length increases to a graph so that nodes within distance $h$ can route flow over paths of length $hs$ while using each edge to an extent at most $1/Ο†$. Prior work showed that every $n$-node and $m$-edge graph admits an $(h, s)$-length $Ο†$-expander decomposition of size $\log n \cdot s n^{O(1/s)} \cdot Ο†m$. In this work, we give a simple proof of the existence of $(h, s)$-length $Ο†$-expander decompositions with an improved size of $s n^{O(1/s)}\cdot Ο†m$. Our proof is a straightforward application of the fact that the union of sparse length-constrained cuts is itself a sparse length-constrained cut. In deriving our result, we improve the loss in sparsity when taking the union of sparse length-constrained cuts from $\log ^3 n\cdot s^3 n^{O(1/s)}$ to $s\cdot n^{O(1/s)}$.
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