Better approximation algorithms for maximum weight internal spanning trees in cubic graphs and claw-free graphs
Ahmad Biniaz

TL;DR
This paper presents improved, simple, and linear-time approximation algorithms for the maximum weight internal spanning tree problem in cubic and claw-free graphs, achieving ratios close to 3/4 and 3/5 respectively.
Contribution
It introduces new approximation algorithms with better ratios, simplicity, and efficiency for MaxwIST in cubic and claw-free graphs, addressing open questions.
Findings
Achieves a 3/4 - 3/n approximation ratio for cubic graphs.
Achieves a 3/5 - 1/n approximation ratio for claw-free graphs.
Algorithms run in linear time and are simpler than previous methods.
Abstract
Given a connected vertex-weighted graph , the maximum weight internal spanning tree (MaxwIST) problem asks for a spanning tree of that maximizes the total weight of internal nodes. This problem is NP-hard and APX-hard, with the currently best known approximation factor (Chen et al., Algorithmica 2019). For the case of claw-free graphs, Chen et al. present an involved approximation algorithm with approximation factor . They asked whether it is possible to improve these ratios, in particular for claw-free graphs and cubic graphs. We improve the approximation factors for the MaxwIST problem in cubic graphs and claw-free graphs. For cubic graphs we present an algorithm that computes a spanning tree whose total weight of internal vertices is at least times the total weight of all vertices, where is the number of vertices of . This ratio…
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
