Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.
/ convex-hull Public archive

Demo of MergeHull algorithm for the convex hull problem.

Notifications You must be signed in to change notification settings

donmccurdy/convex-hull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

MergeHull Demo

Demo of a divide-and-conquer approach to the convex hull problem. Analogous to the mergesort sorting algorithm.

I wrote this as an independent project for Dr. Robert Pless's excellent course on Computational Geometry at WUSTL.

Algorithm details

Screenshot:

screenshot

About

Demo of MergeHull algorithm for the convex hull problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages