Efficient Distributed Algorithms for Minimum Spanning Tree in Dense Graphs.

ICDM (Workshops)(2022)

引用 0|浏览13
暂无评分
摘要
In recent years, the Massively Parallel Computation (MPC) model capturing the MapReduce framework has become the de facto standard model for large-scale data analysis, given the ubiquity of efficient and affordable cloud implementations. In this model, an input of size m is initially distributed among t machines, each with a local space of size s. Computation proceeds in synchronous rounds in which each machine performs arbitrary local computation on its data and then sends messages to other machines. In this paper, we study the Minimum Spanning Tree (MST) problem for dense graphs in the MPC model. We say a graph G(V, E) is relatively dense if m = Theta(n(1+c)) where n = |V| is the number of vertices, m = |E| is the number of edges in this graph, and 0 < c <= 1. We develop the first work- and space-efficient MPC algorithm that with high probability computes an MST of G using (sic)log c/epsilon(sic) + 1 rounds of communication. As an MPC algorithm, our algorithm uses t = O(n(c-epsilon)) machines each one having local storage of size s = O(n(1+epsilon)) for any 0 < epsilon <= c. Indeed, not only is this algorithm very simple and easy to implement, it also simultaneously achieves optimal total work, per-machine space, and number of rounds.
更多
查看译文
关键词
minimum spanning tree,graphs,algorithms
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要