Assignment 2: Convex hull with Graham's scan algorithm

Starting from the base code provided here, implement Graham's scan algorithm for finding the convex hull of a set of ponts in 2D.

You are encouraged to work with a partner. Please write the names clearly at the top of the file.

What to turn in: email me the zip file of your code so that I can test it. Make sure not to include any cluttr (object files, executables)----before you zip it run "make clean".


Last modified: Mon Feb 10 15:20:11 EST 2014