Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TheAlgorithms/JavaScript
/ ConvexHullGraham.test.js
File
ConvexHullGraham.test.js
Geometry/Test/ConvexHullGraham.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ convexHull } from
'../ConvexHullGraham'
2
3
test(
'The ConvexHull of the following points is [{x: 0, y: 3}, {x: 4, y: 4}, {x: 3, y: 1}, {x: 0, y: 0}]'
, () => {
4
const
points = [
Callers
nothing calls this directly
Calls
1
convexHull
Function · 0.90
Tested by
no test coverage detected