mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-09 03:59:38 +08:00
Add tests for ClosestPair.java
(#5555)
This commit is contained in:
@ -13,7 +13,7 @@ public final class ClosestPair {
|
||||
/**
|
||||
* Input data, maximum 10000.
|
||||
*/
|
||||
private Location[] array;
|
||||
Location[] array;
|
||||
/**
|
||||
* Minimum point coordinate.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user