An O(n2log n) time algorithm for the MinMax angle triangulation

  • Authors:
  • Herbert Edelsbrunner;Tiow Seng Tan;Roman Waupotitsch

  • Affiliations:
  • Department of Computer Science, University of Illinois at Urbana-Champaign, Urbana, Illinois;Department of Computer Science, University of Illinois at Urbana-Champaign, Urbana, Illnois;Department of Computer Science, University of Illinois at Urbana-Champaign, Urbana, Illnois

  • Venue:
  • SCG '90 Proceedings of the sixth annual symposium on Computational geometry
  • Year:
  • 1990

Quantified Score

Hi-index 0.00

Visualization

Abstract

We show that a triangulation of a set of n points in the plane that minimizes the maximum angle can be computed in time O(n2 log n) and space O(n). In the same amount of time and space we can also handle the constrained case where edges are prescribed. The algorithm iteratively improves an arbitrary initial triangulation and is fairly easy to implement.