Quickhull Algorithm implemented in Python

This is an implementation of the QuickHull algorithm in Python. It randomly generates a set of points and finds the convex hull of this set of points using the Quickhull algorithm.

More details about QuickHull algorithm here: Quickhull Algorithm

If this code helped you visualize and understand the Quickhull algorithm, please give this repo a star! ⭐

To get this code to run on your machine, you will need to follows these steps:

  • Clone this repo to your local machine using
git clone https://github.com/AnantJoshiCZ/QuickHull.git 
  • Install John Zelle’s graphics.py

MacOS

If you’re on the MacOS, you may need to install the Tkinter dependencies separately. To do this with

 

 

 

To finish reading, please visit source site