Project 2

CISC 320 Algorithms and Advanced Programming -- Spring, 1999

Project Goal.

Problem statement. As the core, do exercise 10 of chapter 25. Augment this exercise by determining whether Package Wrapping or Graham Scan performs better with the kind of data in the exercise (sets of random points with coordinates between 0 and 1000, and such that interior elimination has left about 50 points).

Having done the above, prepare for an in-class competition. For this you will have to choose between Package Wrapping and Graham Scan as the basic technique and you will have to determine the kind of interior elimination you would like to include. The contest data sets will include some from each of these types.

Details

Deliverables and Due date