Class Solution
- java.lang.Object
-
- g1701_1800.s1779_find_nearest_point_that_has_the_same_x_or_y_coordinate.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intnearestValidPoint(int x, int y, int[][] points)
-