/Graham

A python implementation of the graham algorithm to find the convex hull of a set of points given by a file.

Primary LanguagePython

Graham

A python implementation of the graham algorithm to find the convex hull of a set of points given by a file.

To run the code you will need to:

  • Have python version 3+ installed.
  • Install the used libraries with "pip install -r requirements.txt".
  • Execute the code with "python3 Graham.py test1.txt"

image image image