closest_pair_brute_test


closest_pair_brute_test, a C++ 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.

Licensing:

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

Related Data and Programs:

closest_pair_brute, a C++ 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.

Source Code:


Last revised on 03 April 2024.