Login
From:
Algorithms for Competitive Programming
(Uncensored)
subscribe
Convex hull construction
https://cp-algorithms.com/geometry/convex-hull.html
links
backlinks
Roast topics
Find topics
Find it!
Convex Hull construction In this article we will discuss the problem of constructing a convex hull from a set of points. Consider $N$ points given on a p...