flo-graham-scan
Function that finds the convex hull of a set of points via the Graham Scan algorithm.
Found 3 results for Graham
Function that finds the convex hull of a set of points via the Graham Scan algorithm.
Algorithm for project planning. More precisely, *list scheduling* with support for machines running at different speeds, optional preemption, optional splitting of jobs across machines, release dates, and delivery times.
Implements Graham's Scan for finding the convex hull of a set of 2D vertices.