closest_pair_divcon, a Python code which uses a divide and conquer approach to find the closest pair of points in a given 2D collection.
The information on this web page is distributed under the MIT license.
closest_pair_divcon is available in a MATLAB version and an Octave version and a Python version.
closest_pair_brute, a Python code which uses brute force to solve a 2D version of the closest pair problem.