/closest-pairs

A Java program that utilizes the divide-and-conquer paradigm to find the closest pair of points in a set of points in a given 2-D plane.

Primary LanguageJava

Stargazers