Class Solution
- java.lang.Object
-
- g0701_0800.s0719_find_k_th_smallest_pair_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 int
smallestDistancePair(int[] nums, int k)
-