mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +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