closest_pair_divcon_test


closest_pair_divcon_test, a MATLAB 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.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

closest_pair_divcon, a MATLAB code which uses a divide and conquer method to identify the closest pair of points in a given 2D collection.

Source Code:


Last revised on 13 August 2024.