Parallel and Distributed Expander Decomposition: Simple, Fast, and Near-Optimal
Abstract
Expander decompositions have become one of the central frameworks in the design of fast algorithms. For an undirected graph , a near-optimal -expander decomposition is a partition of the vertex set where each subgraph is a -expander, and only an -fraction of the edges cross between partition sets. In this article, we give the first near-optimal parallel algorithm to compute -expander decompositions in near-linear work and near-constant span . Our algorithm is very simple and likely practical. Our algorithm can also be implemented in the distributed Congest model in rounds. Our results surpass the theoretical guarantees of the current state-of-the-art parallel algorithms [Chang-Saranurak PODC'19, Chang-Saranurak FOCS'20], while being the first to ensure that only an fraction of edges cross between partition sets. In contrast, previous algorithms [Chang-Saranurak PODC'19, Chang-Saranurak FOCS'20] admit at least an fraction of crossing edges, a polynomial loss in quality inherent to their random-walk-based techniques. Our algorithm, instead, leverages flow-based techniques and extends the popular sequential algorithm presented in [Saranurak-Wang SODA'19].
Cite
@article{arxiv.2410.13451,
title = {Parallel and Distributed Expander Decomposition: Simple, Fast, and Near-Optimal},
author = {Daoyuan Chen and Simon Meierhans and Maximilian Probst Gutenberg and Thatchaphol Saranurak},
journal= {arXiv preprint arXiv:2410.13451},
year = {2025}
}
Comments
To appear at SODA'25. Fixed a typo in Claim 3.9