Algorithms for the Minimum Dominating Set Problem in Bounded Arboricity Graphs: Simpler, Faster, and Combinatorial
Adir Morgan, Shay Solomon, Nicole Wein

TL;DR
This paper presents simple, faster, combinatorial algorithms for the minimum dominating set problem in graphs with bounded arboricity, achieving optimal approximation factors in both centralized and distributed settings without LP reliance.
Contribution
It introduces the first combinatorial $O( ext{arboricity})$-approximation algorithms that are faster and simpler than previous LP-based methods, in both centralized and distributed models.
Findings
Achieved an $O( ext{arboricity})$-approximation in linear time in the centralized setting.
Designed a distributed $O( ext{arboricity})$-approximation algorithm running in $O( ext{arboricity} imes ext{log} n)$ rounds.
Provided algorithms that are both simpler and faster than prior LP-based approaches.
Abstract
We revisit the minimum dominating set problem on graphs with arboricity bounded by . Bansal and Umboh [BU17] gave an -approximation LP rounding algorithm, which also translates into a near-linear time algorithm using general-purpose approximation results for explicit mixed packing and covering or pure covering LPs [KY14, You14, AZO19, Qua10]. Moreover, [BU17] showed that it is NP-hard to achieve an asymptotic improvement for the approximation factor. On the other hand, the previous two non-LP-based algorithms, by Lenzen and Wattenhofer [LW10], and Jones et al. [JLR+13], achieve an approximation factor of in linear time. There is a similar situation in the distributed setting: While there is an -round LP-based -approximation algorithm implied in [KMW06], the best non-LP-based algorithm by Lenzen and Wattenhofer [LW10] is an…
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 · Optimization and Search Problems
