EdYuTo / Graham

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%