The correct answer is (c) computing convex hull in groups
Easiest explanation - The majority of the cost of the algorithm lies in the pre-processing (i.e.) computing convex hull in groups. To reduce cost, we reuse convex hulls from previous iterations.