flo-graham-scan
Function that finds the convex hull of a set of points via the Graham Scan algorithm.
graham-scanner
Implements Graham's Scan for finding the convex hull of a set of 2D vertices.
@fschopp/project-planning-js
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.
@lucio/graham-scan
A JavaScript implementation of the Graham scan algorithm for finding the convex hull of a set of points.
graham-fast
Fast implementation of the graham scan algorithm