Back to Data Structures & Algorithms

Computational Geometry

Algorithms for solving problems with geometric inputs, such as finding convex hulls, line intersections, and the closest pair of points.

1 week

Topics in this Chapter

1

Convex Hull

Finding the smallest convex polygon that contains a set of points.

2

Closest Pair of Points

An efficient divide-and-conquer algorithm to find the two closest points in a set.

GeekDost - Roadmaps & Snippets for Developers