This is an implementation of the Graham scan algorithm for finding a convex hull in Haskell. This article follows how I developed it, missteps and all.
This is an implementation of the Graham scan algorithm for finding a convex hull in Haskell. This article follows how I developed it, missteps and all.