Skip to content

julianschambeck/convex-hull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convex hull

Description

An implementation of the Graham scan algorithm to find the convex hull of a finite set of points in the plane (flat, two-dimensional surface).

Basically the convex hull is a path through a sequence of points (a subset of the original points) that surrounds all points in the set of original points.

Visualization

Convex hull visualization

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages