The Contiguous Art Gallery Problem is in {\Theta}(n log n)
Sarita de Berg, Jacobus Conradi, Ivor van der Hoog, Eva Rotenberg

TL;DR
The paper proves that the Contiguous Art Gallery problem can be solved in optimal rac{n \, log n}{n \, log n} time, significantly improving previous algorithms and establishing its rac{n \, log n}{n \, log n} complexity.
Contribution
It introduces an rac{n \, log n}{n \, log n} time algorithm for the problem, matching the lower bound and showing the problem's true complexity.
Findings
New rac{n \, log n}{n \, log n} algorithm for the problem
Established rac{n \, log n}{n \, log n} complexity as optimal
Provided a sorting-based lower bound for the problem
Abstract
Recently, a natural variant of the Art Gallery problem, known as the \emph{Contiguous Art Gallery problem} was proposed. Given a simple polygon , the goal is to partition its boundary into the smallest number of contiguous segments such that each segment is completely visible from some point in . Unlike the classical Art Gallery problem, which is NP-hard, this variant is polynomial-time solvable. At SoCG~2025, three independent works presented algorithms for this problem, each achieving a running time of (or ), where is the size of an optimal solution. Interestingly, these results were obtained using entirely different approaches, yet all led to roughly the same asymptotic complexity, suggesting that such a running time might be inherent to the problem. We show that this is not the case. In the real RAM-model, the prevalent model…
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.
