Skip to content

p0wder/GrahamScanConvexHull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graham scan Algorithm for solving the convex hull challenge
contains 3 files: MyLine.java, MyPoint.java, TheHull.java(main)

This program uses a .txt file for input.  The format of input
is as follows (point, x, y):
a, 1, 2
b, 3, 4
c, 5, 6
etc...

Enjoy!

██████╗  ██████╗ ██╗    ██╗██████╗ ███████╗██████╗ 
██╔══██╗██╔═████╗██║    ██║██╔══██╗██╔════╝██╔══██╗
██████╔╝██║██╔██║██║ █╗ ██║██║  ██║█████╗  ██████╔╝
██╔═══╝ ████╔╝██║██║███╗██║██║  ██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝██████╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚═════╝ ╚══════╝╚═╝  ╚═╝

About

Graham Scan Convex Hull in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published