SkillAgentSearch skills...

ConvexHull

Algorithms to compute the Convex Hull for a set of points using Python

Install / Use

/learn @RodolfoFerro/ConvexHull
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Computing the Convex Hull in 2D...

Here are some algorthms to compute the Convex Hull for a set of points in 2D using Python.

Used algorithms:

1. Graham Scan.

  • Also plotting each step of the algorithm.

Graham scan visualization

2. Jarvis March (Gift Wrapping):

  • Also plotting each step of the algorithm. (Needs some modifications to plot the comparison with each point...)

Jarvis march visualization

Future work:

Complement with more algorithms, such as Quickhull and Chan's algorithm.

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated8mo ago
Forks8

Languages

Python

Security Score

67/100

Audited on Jul 22, 2025

No findings