Brute Force to find the minimum distance between 2 points in a set of n points takes (n^2) computations. Can we do better?
-
Updated
Jan 31, 2021 - Python
Brute Force to find the minimum distance between 2 points in a set of n points takes (n^2) computations. Can we do better?
Add a description, image, and links to the efficient-implementations topic page so that developers can more easily learn about it.
To associate your repository with the efficient-implementations topic, visit your repo's landing page and select "manage topics."