JAVA:实现ClosestPair最近对算法
package com.thealgorithms.divideandconquer;
public final class ClosestPair {
/**
* Number of points
*/
int numberPoints;
/**
* Input data, maximum 10000.
*/
package com.thealgorithms.divideandconquer;
public final class ClosestPair {
/**
* Number of points
*/
int numberPoints;
/**
* Input data, maximum 10000.
*/