Skip to content

A library that can return the convex hull of points in 2D space by implementing divide and conquer algorithm

Notifications You must be signed in to change notification settings

clauculus/dnc-convex-hull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stima-convex-hull

myConvexHull is a library that can return the convex hull of points in 2D space by implementing divide and conquer algorithm

Requirement

Latest version of Python

How to use

  1. Clone this repository
git clone https://github.com/clauculus/stima-convex-hull.git
  1. Get into src folder inside your cloned repository and set up a new virtual environment
python -m venv ./venv/
  1. Activate the new virtual environment
.\venv\Scripts\activate
  1. Install the requirements needed
pip install -r requirements.txt
  1. Run the program
python plot.py
  1. Insert the number of dataset and attributes you want
  2. Done!

Author

This project is made for Tugas Kecil 2 IF2121 Strategi Algoritma by 13520076 Claudia K01

About

A library that can return the convex hull of points in 2D space by implementing divide and conquer algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages