Homework Assignment: Section of Triangulation
Homework Assignment: Section of Triangulation
Homework Assignment: Section of Triangulation
February 2, 1999
Homework Assignment
The solution for each question should t on one side of a single piece of paper.
vector of angles,
v(K ) = (1 2 : : : 3t):
Let L be another triangulation of the same point
set and call L smaller than or equal to K if v(L) =
v(K ) or v(L) is lexicographically smaller than
v(K ). Prove that all triangulations are smaller
than or equal to the Delaunay triangulation.
6. Minmax circumcircle. Let K be a triangulation
of a nite set in the plane and let %(K ) be the
radius of the largest circumcircle of any triangle in
K . Prove %(K ) %(D), where D is the Delaunay
triangulation of the set.
7. Random permutation. Show that the following
algorithm constructs a random permutation of the
integers 1 through n.
2. Minimum spanning tree. The notion of minimum spanning tree can be extended from weighted
graphs to a geometric setting where the nodes are
points in the plane. Take the complete graph of
the set of nodes and dene the length of an edge
as the Euclidean distance between its endpoints.
A minimum spanning tree of that graph is a Euclidean minimum spanning tree of the point set.
Prove that all edges of every Euclidean minimum
spanning tree belong to the Delaunay triangulation
of the same point set.
3. Acute triangles. An acute triangle has all three
angles less than 2 . Note that a Delaunay triangle
abc is acute i the dual Voronoi vertex is contained
in the interior of abc. Show that a triangulation K
all of whose triangles are acute is necessarily the
Delaunay triangulation of its vertex set.
for i = 1 to n do
16