33-1 Convex layers
Given a set of points in the plane, we define the convex layers of inductively. The first convex layer of consists of those points in that are vertices of . For , define to consist of the points of with all points in convex layers removed. Then, the th convex layer of is if and is undefined otherwise.
a. Give an - time algorithm to find the convex layers of a set of points.
b. Prove that time is required to compute the convex layers of a set of points with any model of computation that requires time to sort real numbers.
(Omit!)