Skip to content

Convex hull program that wraps a set of points using Jarvis March algorithm.

Notifications You must be signed in to change notification settings

Vignesh2508/Convex-hull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convex-hull

Convex hull program that wraps a set of points using Jarvis March algorithm. This is a basic algorithm people learn when they venture into Computational geometry. This also introduces the concepts of CCW and CW. The pygame module was used for visualization.

Example image from the code

About

Convex hull program that wraps a set of points using Jarvis March algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages