A repository containing a C implementation of the Graham Scan Convex Hull algorithm
-
Updated
Mar 26, 2019 - C
A repository containing a C implementation of the Graham Scan Convex Hull algorithm
My implementation of Graham's Scan Algorithm for finding the convex hull of a finite set of points in the plane with time complexity O(N*log(N)).
A fast cross-platform C library for Computational Geometry
C implementation of the Graham Scan algorithm for finding the convex hull of a set of points
Add a description, image, and links to the graham-scan topic page so that developers can more easily learn about it.
To associate your repository with the graham-scan topic, visit your repo's landing page and select "manage topics."