MCPcopy
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

1import { convexHull } from '../ConvexHullGraham'
2
3test('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

convexHullFunction · 0.90

Tested by

no test coverage detected