Add tests for ClosestPair.java (#5555)

This commit is contained in:
Hardik Pawar
2024-10-07 17:39:58 +05:30
committed by GitHub
parent 9ce9443fa2
commit dea806ea53
3 changed files with 77 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public final class ClosestPair {
/**
* Input data, maximum 10000.
*/
private Location[] array;
Location[] array;
/**
* Minimum point coordinate.
*/