Some i created from psudocode's, some is a c# conversion from an existing impementation
- Jarvis March
- Graham Scan
- Monotone Chain
- Quick Hull 2D
- Chan's Algorithm
- Gift Wrapping (aka JarvisMarch in 3D)
- Quick Hull 3D
- Melkman
- Implement kirkpatrick_seidel 2d convex hull
- Implement Incremental convex hull
- Implement Akl–Toussaint heuristic
- Implement Sklansky algorithm? incorrect but used in OpenCv
- Convex hull Aprox - https://github.com/nguy1708/Convex-Hull-Approximation
- Wijeweera & Pinidiyaarachchi - https://github.com/rowanwins/convex-hull-wp
- Eric Quellet (which also contains other algo) - EricOuellet2/ConvexHull#1
- Liu and Chen
- convex hull from voronoi diagram https://www.youtube.com/watch?v=pCpzahAVAzo&ab_channel=AshwinNanjappa