vix.ing · top · new · best · stats · spec

Time-Space Trade-off Algorithms for Triangulating a Simple Polygon

2015/09/25 by Boris Aronov, Matias Korman, Aronov, Boris +7
Computer Science · Engineering · #3D Modeling in Geospatial Applications #Computational Geometry (cs.CG) #Computational Geometry and Mesh Generation #Computer Graphics and Visualization Techniques #FOS: Computer and information sciences

paper · doi:10.48550/arxiv.1509.07669

openalex publication_date 2015/09/25 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

An s-workspace algorithm is an algorithm that has read-only access to the values of the input, write-only access to the output, and only uses O(s) additional words of space. We present a randomized s-workspace algorithm for triangulating a simple polygon P of n vertices that runs in O(n2/s+n log n log5 (n/s)) expected time using O(s) variables, for any s ≤ n. In particular, when s ≤ \fracnlog nlog5log n the algorithm runs in O(n2/s) expected time.

Related