Media Summary: Given a set of points on a 2 dimensional plane, a Convex Hull is a geometric object, a polygon, that encloses all of those points. Learn how to find the Convex Hull of any set of points using the Let's talk about the Convex Hull! interactive online
Graham Scan Background Python Code - Detailed Analysis & Overview
Given a set of points on a 2 dimensional plane, a Convex Hull is a geometric object, a polygon, that encloses all of those points. Learn how to find the Convex Hull of any set of points using the Let's talk about the Convex Hull! interactive online Associated github repo for following along: