Near-linear Time Algorithm for Approximate Minimum Degree Spanning Trees
Ran Duan, Haoqing He, Tianyi Zhang

TL;DR
This paper presents the first near-linear time algorithm for approximating the minimum degree spanning tree problem, achieving near-optimal solutions efficiently for graphs with large minimum degrees.
Contribution
It introduces a near-linear time approximation algorithm that produces spanning trees with degrees close to the minimum, improving efficiency over previous methods.
Findings
Achieves near-linear time complexity of (m) for the approximation algorithm.
Provides solutions with degree at most (1+psilon)elta* + O(rac{1}{psilon^2}log n).
Works effectively when elta*=ig(ig(psilonig)ig).
Abstract
Given a graph , we wish to compute a spanning tree whose maximum vertex degree, i.e. tree degree, is as small as possible. Computing the exact optimal solution is known to be NP-hard, since it generalizes the Hamiltonian path problem. For the approximation version of this problem, a time algorithm that computes a spanning tree of degree at most is previously known [F\"urer \& Raghavachari 1994]; here denotes the minimum tree degree of all the spanning trees. In this paper we give the first near-linear time approximation algorithm for this problem. Specifically speaking, we propose an time algorithm that computes a spanning tree with tree degree for any constant . Thus, when , we can achieve…
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 · Advanced Graph Theory Research · VLSI and FPGA Design Techniques
