We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b45b95 commit 635e093Copy full SHA for 635e093
contents/graham_scan/code/javascript/graham-scan.js
@@ -56,4 +56,5 @@ const points = [
56
];
57
58
constconvexHull=grahamScan(points);
59
+console.log("The points in the hull are:");
60
convexHull.forEach(p=>console.log(`(${p.x}, ${p.y})`));
0 commit comments