An O(n log log n)-Time Algorithm for Triangulating Simple Polygons
Report ID: TR-052-86Author: Tarjan, Robert E. / Van Wyk, Christopher J.
Date: 1986-07-00
Pages: 63
Download Formats: |PDF|
Abstract:
Given a simple n-vertex polygon, the triangulation problem is to partition the interior of the polygon into n - 2 triangles by adding n - 3 nonintersecting diagonals. We propose an O(n log log n)-time algorithm for this problem, improving on the previously best bound of O(n log n) and showing that triangulation is not as hard as sorting. Improved algorithms for several other computational geometry problems follow from our result.