A Linear-Time Algorithm for the Weighted Paired-Domination Problem on Block Graphs
Ching-Chi Lin, Cheng-Yu Hsieh

TL;DR
This paper introduces a linear-time algorithm for solving the weighted paired-domination problem specifically on block graphs, improving computational efficiency over previous methods.
Contribution
The paper presents a novel $O(n+m)$-time dynamic programming algorithm for weighted paired-domination on block graphs, with an optimized $O(n)$ implementation given the block-cut-vertex structure.
Findings
Algorithm runs in linear time $O(n+m)$
Improves upon previous algorithms in efficiency
Can be completed in $O(n)$ with block-cut-vertex structure
Abstract
In a graph , a vertex subset is said to be a dominating set of if every vertex not in is adjacent to a vertex in . A dominating set of is called a paired-dominating set of if the induced subgraph contains a perfect matching. In this paper, we propose an -time algorithm for the weighted paired-domination problem on block graphs using dynamic programming, which strengthens the results in [Theoret. Comput. Sci., 410(47--49):5063--5071, 2009] and [J. Comb. Optim., 19(4):457--470, 2010]. Moreover, the algorithm can be completed in time if the block-cut-vertex structure of is given.
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Optimization and Search Problems
