pith. sign in

arxiv: 1812.05410 · v2 · pith:OZ7UAY3Unew · submitted 2018-12-13 · 💻 cs.CG

Peeling Digital Potatoes

classification 💻 cs.CG
keywords digitalconvexproblemalgorithmstimeconvlargestmathbb
0
0 comments X
read the original abstract

The potato-peeling problem (also known as convex skull) is a fundamental computational geometry problem and the fastest algorithm to date runs in $O(n^8)$ time for a polygon with $n$ vertices that may have holes. In this paper, we consider a digital version of the problem. A set $K \subset \mathbb{Z}^2$ is digital convex if $conv(K) \cap \mathbb{Z}^2 = K$, where $conv(K)$ denotes the convex hull of $K$. Given a set $S$ of $n$ lattice points, we present polynomial time algorithms to the problems of finding the largest digital convex subset $K$ of $S$ (digital potato-peeling problem) and the largest union of two digital convex subsets of $S$. The two algorithms take roughly $O(n^3)$ and $O(n^9)$ time, respectively. We also show that those algorithms provide an approximation to the continuous versions.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Peeling Rotten Potatoes for a Faster Approximation of Convex Cover

    cs.CG 2026-04 unverdicted novelty 6.0

    A new O(log n)-approximation algorithm for minimum convex cover of polygons that runs substantially faster than the prior O(n^29 log n) bound by reducing the problem to maximum-weight paths in visibility DAGs.