Open tannal opened 7 months ago
The paper proposes Pregel algorithms with performance guarantees for three fundamental graph connectivity problems: connected components (CCs), biconnected components (BCCs), and strongly connected components (SCCs).
It introduces the concept of Practical Pregel Algorithms (PPAs) that satisfy strict performance constraints:
At most logarithmic number of iterations PPAs aim to ensure good performance and avoid ad hoc algorithm design.
https://www.vldb.org/pvldb/vol7/p1821-yan.pdf