English

Using Ray-shooting Queries for Sublinear Algorithms for Dominating Sets in RDV Graphs

Data Structures and Algorithms 2026-01-09 v1 Computational Geometry

Abstract

In this paper, we study the dominating set problem in \emph{RDV graphs}, a graph class that lies between interval graphs and chordal graphs and is defined as the \textbf{v}ertex-intersection graphs of \textbf{d}ownward paths in a \textbf{r}ooted tree. It was shown in a previous paper that adjacency queries in an RDV graph can be reduced to the question whether a horizontal segment intersects a vertical segment. This was then used to find a maximum matching in an nn-vertex RDV graph, using priority search trees, in O(nlogn)O(n\log n) time, i.e., without even looking at all edges. In this paper, we show that if additionally we also use a ray shooting data structure, we can also find a minimum dominating set in an RDV graph O(nlogn)O(n\log n) time (presuming a linear-sized representation of the graph is given). The same idea can also be used for a new proof to find a minimum dominating set in an interval graph in O(n)O(n) time.

Keywords

Cite

@article{arxiv.2601.04626,
  title  = {Using Ray-shooting Queries for Sublinear Algorithms for Dominating Sets in RDV Graphs},
  author = {Therese Biedl and Prashant Gokhale},
  journal= {arXiv preprint arXiv:2601.04626},
  year   = {2026}
}

Comments

To appear at SOFSEM'26

R2 v1 2026-07-01T08:55:35.215Z