Fast connected components algorithms for the EREW PRAM

Citation
Dr. Karger et al., Fast connected components algorithms for the EREW PRAM, SIAM J COMP, 28(3), 1999, pp. 1021-1034
Citations number
26
Categorie Soggetti
Computer Science & Engineering
Journal title
SIAM JOURNAL ON COMPUTING
ISSN journal
00975397 → ACNP
Volume
28
Issue
3
Year of publication
1999
Pages
1021 - 1034
Database
ISI
SICI code
0097-5397(19990319)28:3<1021:FCCAFT>2.0.ZU;2-F
Abstract
We present fast and efficient parallel algorithms for finding the connected components of an undirected graph. These algorithms run on the exclusive-r ead, exclusive-write (EREW) PRAM. On a graph with n vertices and m edges, o ur randomized algorithm runs in O(log n) time using (m + n(1+epsilon)) = lo g n EREW processors (for any fixed epsilon > 0). A variant uses (m + n)= lo g n processors and runs in O(log n log log n) time. A deterministic version of the algorithm runs in O(log(1.5) n) time using m + n EREW processors.