English

Adaptive Massively Parallel Connectivity in Optimal Space

Distributed, Parallel, and Cluster Computing 2023-04-17 v2 Data Structures and Algorithms

Abstract

We study the problem of finding connected components in the Adaptive Massively Parallel Computation (AMPC) model. We show that when we require the total space to be linear in the size of the input graph the problem can be solved in O(logn)O(\log^* n) rounds in forests (with high probability) and 2O(logn)2^{O(\log^* n)} expected rounds in general graphs. This improves upon an existing O(loglogm/nn)O(\log \log_{m/n} n) round algorithm. For the case when the desired number of rounds is constant we show that both problems can be solved using Θ(m+nlog(k)n)\Theta(m + n \log^{(k)} n) total space in expectation (in each round), where kk is an arbitrarily large constant and log(k)\log^{(k)} is the kk-th iterate of the log2\log_2 function. This improves upon existing algorithms requiring Ω(m+nlogn)\Omega(m + n \log n) total space.

Keywords

Cite

@article{arxiv.2302.04033,
  title  = {Adaptive Massively Parallel Connectivity in Optimal Space},
  author = {Rustam Latypov and Jakub Łącki and Yannic Maus and Jara Uitto},
  journal= {arXiv preprint arXiv:2302.04033},
  year   = {2023}
}

Comments

ACM Symposium on Parallelism in Algorithms and Architectures (SPAA) 2023

R2 v1 2026-06-28T08:34:59.941Z