English

Face-hitting dominating sets in planar graphs: Alternative proof and linear-time algorithm

Data Structures and Algorithms 2026-03-17 v2 Combinatorics

Abstract

In a recent paper, Francis, Illickan, Jose and Rajendraprasad showed that every nn-vertex plane graph GG has (under some natural restrictions) a vertex-partition into two sets V1V_1 and V2V_2 such that each ViV_i is \emph{dominating} (every vertex of GG contains a vertex of ViV_i in its closed neighbourhood) and \emph{face-hitting} (every face of GG is incident to a vertex of ViV_i). Their proof works by considering a supergraph GG' of GG that has certain properties, and among all such graphs, taking one that has the fewest edges. As such, their proof is not algorithmic. Their proof also relies on the 4-color theorem, for which a quadratic-time algorithm exists, but it would not be easy to implement. In this paper, we give a new proof that every nn-vertex plane graph GG has (under the same restrictions) a vertex-partition into two dominating face-hitting sets. Our proof is constructive, and requires nothing more complicated than splitting a graph into 2-connected components, finding an ear decomposition, and computing a perfect matching in a 3-regular plane graph. For all these problems, linear-time algorithms are known and so we can find the vertex-partition in linear time.

Keywords

Cite

@article{arxiv.2508.11444,
  title  = {Face-hitting dominating sets in planar graphs: Alternative proof and linear-time algorithm},
  author = {Therese Biedl},
  journal= {arXiv preprint arXiv:2508.11444},
  year   = {2026}
}

Comments

Appeared at SOFSEM 2026

R2 v1 2026-07-01T04:51:50.133Z