CSCE 620: Computational Geometry
Homework Assignment #2

Due: Tuesday October 6, 2009 at the beginning of class


General Guidelines for Homework


Do the following problems.

  1. Prove that computing the convex hull of a set of points in the plane requires Omega(nlogn) time in the worst case. Hint: Reduce sorting to computing a convex hull. That is, describe a transformation that can be applied to map a set of real numbers to a set of points in the plane so that that the convex hull of the points will also identify the sorted order of the original input points.

  2. Problem 2.1 in the text.

  3. Problem 2.11 in the text.