closest_pair_brute_test, an Octave code which calls closest_pair_brute(), which uses brute force to solve a 2D version of the closest pair problem, which identifies the closest pair of points in a given collection.
The information on this web page is distributed under the MIT license.
closest_pair_brute, an Octave code which uses brute force to solve a 2D version of the closest pair problem, which identifies the closest pair of points in a given collection.