[UVA] 10245 - The Closest Pair Problem
Problem J
The Closest Pair Problem
Input: standard input
Output: standard output
Time Limit: 8 seconds
Memory Limit: 32 MB
Given a set of points in a two
dimensional space, you will have to find the distance between the closest two
points.
...