Convex

What is the Graham scan algorithm?
How does Graham scan work? Graham's scan is a method of finding the convex hull of a finite set of points in the plane with time complexity O(n log n)...