Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 465 Bytes

CONVEX HULL EXPERIMENTS

Overview

Full implementations of three major algorithms for finding the convex hull of a set of points:

  • Jarvix March
  • Graham Scan
  • Chan's Algorithm

The code also includes a simple experimental framework to compare the performance of the three algorithms, along with plenty of sample experiments.

Read the full report for our findings and conclusions.