mayank271 / ConvexHull

C++ implementation of 3 convex hull algorithms - Graham Scan, Jarvis March and Kirk Patrick Seidel along with Python wrapper for visualization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConvexHull

C++ implementation of 3 convex hull algorithms - Graham Scan, Jarvis March and Kirk Patrick Seidel along with Python wrapper for visualization

To run

python3 run.py

About

C++ implementation of 3 convex hull algorithms - Graham Scan, Jarvis March and Kirk Patrick Seidel along with Python wrapper for visualization


Languages

Language:C++ 43.6%Language:C 23.3%Language:CMake 17.1%Language:Makefile 11.6%Language:Python 4.3%