Content deleted Content added
m authorlink |
m some typos, consistency, wikilinks, cat |
||
Line 1:
The '''distributed minimum spanning tree''' problem involves the construction of a [[minimum spanning tree]] by a [[distributed algorithm]], in a network where nodes communicate by message passing. It is radically different from the classical sequential problem, although the most basic approach resembles [[Borůvka's algorithm]].
The problem was first suggested and solved in <math>O(V \log V)</math> time in 1983 by
<ref>[[Baruch Awerbuch]].
</ref> and finally
<ref>Juan Garay, Shay Kutten and [[David Peleg]],
<math>O(\sqrt V \log^* V + D)</math>
where ''D'' is the network, or graph diameter. Lower bound on the time complexity of the solution has been eventually shown to be
<ref>David Peleg and Vitaly Rubinovich “A near tight lower bound on the time complexity of Distributed Minimum Spanning Tree
<math>\Omega\left({\frac{\sqrt V}{\log V}}\right).</math>
== Approximation
An <math>O(\log n)</math>-approximation algorithm was developed by Maleq Khan and Gopal Pandurangan<ref name="khan"> Maleq Khan and Gopal Pandurangan.
== Model ==
Line 31:
[[Category:Spanning tree]]
[[Category:Distributed algorithms]]
|