Skip to main content

3 docs tagged with "divide-and-conquer"

View all tags

Convex Hull Problem

This document provides an overview of the Convex Hull problem using the divide-and-conquer approach.

Maximum-minimum

Maximum minimum finding using divide and conquer approach to reduce the number of comparisions.