flo-graham-scan879MIT4.0.1
Function that finds the convex hull of a set of points via the Graham Scan algorithm.
FlorisSteenkampabout 1 year agoGraham, scan, convex, hull @lucio/graham-scan626MIT1.0.0A JavaScript implementation of the Graham scan algorithm for finding the convex hull of a set of points.
luciopaivaover 3 years agoconvex hull, convex envelope, convex closure, convex graham-scan135BSD-2-Clause0.0.0Implementation of Graham's Scan with a visualizer.
melanzover 3 years agoconvex, hull, 2D, graham graham-fast24MIT1.0.0Fast implementation of the graham scan algorithm
lovasoaover 3 years agograham, scan, algorithm, convex @fschopp/project-planning-js22Apache-2.01.1.2
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.
fschoppover 3 years agoproject planning, list scheduling, Graham, algorithm