Package g1301_1400.s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance
Class Solution
- java.lang.Object
-
- g1301_1400.s1334_find_the_city_with_the_smallest_number_of_neighbors_at_a_threshold_distance.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 intfindTheCity(int n, int[][] edges, int maxDist)
-