Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Python
/ jarvis_march.py
File
jarvis_march.py
geometry/jarvis_march.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
Jarvis March (Gift Wrapping) algorithm
for
finding the convex hull of a set of points.
3
4
The convex hull is the smallest convex polygon that contains all the points.
Callers
nothing calls this directly
Calls
2
jarvis_march
Function · 0.85
Point
Class · 0.70
Tested by
no test coverage detected