IntermediateVocabulary#algorithms#developer-tools#backend

Convex Hull Algorithm Vocabulary

Learn the vocabulary of computing the smallest convex polygon that encloses a set of points.

0 / 5 completed
1 / 5
A teammate explains that an algorithm computes the smallest convex polygon enclosing a set of points by sorting the points and then sweeping to build an upper and lower chain, discarding points that would create a concave turn. What is this algorithm computing?