Skip to content

satwik-m/Convex-Hull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convex-Hull

convexhull

  1. A convex hull is a convex polygon that encloses all the points in it
  2. Quick Hull Algorithm is used to find the convex hull of points in 2-D space in this project
  3. The Basic idea is to improve runtime of the algorithm using K-means clustering technique
  4. The points are divided into clusters and their respective convex hulls are found and combined
  5. One more time the algorithm is applied to obtain the final Convex Hull
  6. The parallelization is done in 3 ways using the following:
  • OpenMP
  • MPI
  • Hybrid ( OpenMP + MPI )

About

Parallelization using openmp, MPI, Hybrid

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages