Fixes: #413 Implemented Convex Hull using Graham Scan

This commit is contained in:
arnabuchiha
2020-10-05 14:20:03 +05:30
parent 574a7c3471
commit 4ba86a0dcf

View File

@ -79,4 +79,4 @@ const points = [
{ x: 3, y: 1 },
{ x: 3, y: 3 }]
convexHull(points)
convexHull(points);