Class Solution
java.lang.Object
g1701_1800.s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate.Solution
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
nearestValidPoint
public int nearestValidPoint(int x, int y, int[][] points)
-