Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 477 Bytes

File metadata and controls

7 lines (5 loc) · 477 Bytes

algorithms

Visualizing algorithms that I find interesting

#Gift wrap algorithm Convex hull problem -- Given a set of points, find the smallest convex polyhedron/polygon containing all the points -- is a fundamental problem in computational gemoetry. Gift wrap algorithm is one of many algorithms to solve this problem. 152862589-e5847c5a-2879-4e97-92a6-6fb75944a94b