closest_pair_brute


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

Licensing:

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

Languages:

closest_pair_brute is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

closest_pair_brute_test

f90_combinatorics, a Fortran90 code which considers a variety of problems in combinatorics involving counting, combinations, permutations, and so on.

Reference:

Source Code:


Last revised on 03 April 2024.