Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/donmccurdy/convex-hull

Demo of MergeHull algorithm for the convex hull problem.
https://github.com/donmccurdy/convex-hull

Last synced: 2 days ago
JSON representation

Demo of MergeHull algorithm for the convex hull problem.

Awesome Lists containing this project

README

        

# 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](http://www.cs.wustl.edu/~pless/506/l3.html)

Screenshot:

![screenshot](https://dl.dropboxusercontent.com/u/42869844/LTS/MergeHull.gif)