This document discusses the divide-and-conquer technique for solving convex hull problems. It describes how to divide a set of points S into two subsets S1 and S2 based on a separating line between the leftmost and rightmost points. The boundary of the convex hull of S is made up of an "upper" and "lower" polygonal chain, with the upper chain composed of segments connecting points in S1 and the lower chain composed of segments connecting points in S2. The convex hull of the overall set S is the combination of the upper and lower hulls of the divided subsets.