Pseudocode

  • We use "GRAHAM SCAN ALGORITHM" to find the convex hull as it's a much more efficient algorithm for finding the convex hull in O(n log n) time.
  • Click here for Algorithm Pseudo code

Animated Basic Implementation of Convex Hull



  • http://cgm.cs.mcgill.ca/~beezer/cs507/3coins.html