closest_pair_divcon_test, an Octave code which calls closest_pair_divcon(), which uses a divide and conquer method to identify 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, an Octave code which uses a divide and conquer method to identify the closest pair of points in a given 2D collection.