ConvexHull icon indicating copy to clipboard operation
ConvexHull copied to clipboard

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

Results 4 ConvexHull issues
Sort by recently updated
recently updated
newest added

Hello! Are you ok if I use this code in a school project? it may also end up in a paper (which may or may not be funded by a...

What's up Ferro, I am a student at Sydney University studying software engineering, also a big fan of algorithms. Thank you for hosting such an awesome repository on GitHub, which...

Traceback (most recent call last): File "", line 79, in main() File "", line 68, in main L = GiftWrapping(P) File "", line 33, in GiftWrapping if np.array(P[k]) != None:...

![graham](https://cloud.githubusercontent.com/assets/8453749/11019405/6933d7de-85bd-11e5-873e-907e442df8de.gif) ![jarvis](https://cloud.githubusercontent.com/assets/8453749/11019404/693357aa-85bd-11e5-96d5-e98feb660f94.gif)