Skip to content

bouhao01/graham_scan_convex_hall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Convex hall: Graham Scan algorithm

Compute the convex hall of a set of points

Time complexity = O(nlog(n))

Where n is the number of input points.

About

Compute the convex hall of a set of points

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages