Erect the Fence
Explore the Erect the Fence challenge to understand how to use geometry and convex hull concepts to enclose points in a plane. Learn to identify the minimal perimeter enclosing given points and implement solutions effectively.
We'll cover the following...
We'll cover the following...
Statement
You are given an array of points, trees, where trees[i] = [xᵢ, yᵢ] represents the location of a tree ...