Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 427 Bytes

readme.md

File metadata and controls

6 lines (4 loc) · 427 Bytes

Convex-Hull

Jarvis' March (Gift Wrapping) and Graham's Scan Algorithms for Computing Convex Hull

All source files (.cpp) and header files (.h) are included in the project. The project is built in CodeBlocks, ConvexHull.cbp and ConvexHull.exe files are also included.

Points.txt is the input file which is containing the list of points in x-coordinate y-coordinate format. It can be changed in same format for new inputs.