mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
Fixes: #413 Implemented Convex Hull using Graham Scan
This commit is contained in:
@@ -79,4 +79,4 @@ const points = [
|
|||||||
{ x: 3, y: 1 },
|
{ x: 3, y: 1 },
|
||||||
{ x: 3, y: 3 }]
|
{ x: 3, y: 3 }]
|
||||||
|
|
||||||
convexHull(points);
|
convexHull(points)
|
||||||
|
|||||||
Reference in New Issue
Block a user