myConvexHull is a library that can return the convex hull of points in 2D space by implementing divide and conquer algorithm
Latest version of Python
- Clone this repository
git clone https://github.com/clauculus/stima-convex-hull.git
- Get into src folder inside your cloned repository and set up a new virtual environment
python -m venv ./venv/
- Activate the new virtual environment
.\venv\Scripts\activate
- Install the requirements needed
pip install -r requirements.txt
- Run the program
python plot.py
- Insert the number of dataset and attributes you want
- Done!
This project is made for Tugas Kecil 2 IF2121 Strategi Algoritma by 13520076 Claudia K01