Content deleted Content added
No edit summary |
No edit summary |
||
Line 4:
The problem was first suggested and solved in <math>O(V \log V)</math> time in 1983 by Gallagher et al
<ref>Robert G. Gallager, Pierre A. Humblet, and P. M. Spira, "A distributed algorithm for minimum-weight spanning trees," ACM TOPLAS,vol.5, no. 1, pp. 66--77, January 1983.</ref>. Later the solution was improved to <math>O(V)</math>
<ref>
</ref> and finally
<ref>
</ref>
Line 14 ⟶ 13:
where ''D'' is the network, or graph diameter. Lower bound on the time complexity of the solution has been eventually shown to be
<ref>
:<math>\Omega\left({\frac{\sqrt V}{\log V}}\right).</math>
|