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".