Skip to content

Graphical demo of two algorithms that find the convex hull of a set of points.

Notifications You must be signed in to change notification settings

chetmancini/Convex-Hull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convex Hull

Disclaimer

This application is pretty cool, though it does not demonstrate the quality of development I currently do. Presentation and logical code is interspersed and tightly coupled.

Intro

Convex Hull is an application that visually demonstrates two convex hull finding algorithms, Graham's Scan and Jarvis' March (also known as the Gift-Wrapping algorithm).

The application is written in java. To compile, simply run in a terminal:

$ javac *.java

And run with:

$ java Main

About

Graphical demo of two algorithms that find the convex hull of a set of points.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages