English

Efficient Enumeration of At Most $k$-Out Polygons

Computational Geometry 2025-09-17 v1 Data Structures and Algorithms

Abstract

Let SS be a set of nn points in the Euclidean plane and general position i.e., no three points are collinear. An \emph{at most kk-out polygon of SS} is a simple polygon such that each vertex is a point in SS and there are at most kk points outside the polygon. In this paper, we consider the problem of enumerating all the at most kk-out polygon of SS. We propose a new enumeration algorithm for the at most kk-out polygons of a point set. Our algorithm enumerates all the at most kk-out polygons in O(n2logn)\mathcal{O}(n^2 \log{n}) delay, while the running time of an existing algorithm is O(n3logn)\mathcal{O}(n^3 \log{n}) delay.

Keywords

Cite

@article{arxiv.2509.12696,
  title  = {Efficient Enumeration of At Most $k$-Out Polygons},
  author = {Waseem Akram and Katsuhisa Yamanaka},
  journal= {arXiv preprint arXiv:2509.12696},
  year   = {2025}
}
R2 v1 2026-07-01T05:38:26.697Z