A distributed approximation algorithm for the minimum degree minimum weight spanning trees
Christian Lavault (LIPN), Mario Valencia-Pabon (LIPN)

TL;DR
This paper introduces a distributed algorithm for finding minimum degree, minimum weight spanning trees that improves message and time complexity over previous methods, making it more efficient for large networks.
Contribution
It presents a distributed version of Fischer's algorithm with reduced message and time complexity, enhancing scalability for network applications.
Findings
Message complexity is reduced to O(n^{2 + 1/ln b})
Time complexity is improved to O(n^{2 + 1/ln b})
Space per node remains O(n)
Abstract
Fischer has shown how to compute a minimum weight spanning tree of degree at most in time for any constant , where is the value of an optimal solution and is the number of nodes in the network. In this paper, we propose a distributed version of Fischer's algorithm that requires messages and time complexity , and O(n) space per node.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Computational Geometry and Mesh Generation · Advanced Graph Theory Research
