Class Solution
- java.lang.Object
-
- g0901_1000.s0908_smallest_range_i.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
smallestRangeI(int[] nums, int k)
-